38d907fed1
dmenu: inital skeleton
2021-09-09 13:33:06 +06:00
4c0482aacf
code-style: slight cleanup
2021-09-09 13:16:07 +06:00
5587052841
move over to codeberg
2021-09-09 13:12:58 +06:00
c6cd611a91
bump version -> v0.4
2021-09-08 07:01:05 +06:00
df2f73063f
update docs
2021-09-08 06:57:08 +06:00
a03da02f07
list: logic cleanup
...
and with that... i think im finally happy with how this function works.
2021-09-08 06:44:15 +06:00
3f4201cf0d
list: add colors
2021-09-08 06:39:57 +06:00
5202397d42
code-style: cleanup
2021-09-08 06:36:31 +06:00
83122547a5
list: remove tags before printing
2021-09-08 06:35:51 +06:00
234709d77a
list: title no longer needs to be a strict word
2021-09-08 06:27:41 +06:00
b8ea39ce91
list: add working title search
2021-09-08 06:16:12 +06:00
913a220ba1
list: major restructure
...
currently only tag search is functional.
2021-09-08 06:09:00 +06:00
41869f8324
open: use nohup instead of setsid
2021-08-17 04:19:57 +06:00
fd8236585e
bump version -> v0.3.1
2021-08-12 01:28:18 +06:00
a56582bf2a
use cat << EOF to print usage and version
2021-08-11 16:11:05 +06:00
ec1443e752
use string concatenation
...
so there's no need to escape double quotes
2021-08-11 00:06:49 +06:00
967970df78
code-style: slight cleanup on DATA_DIR
2021-08-09 19:45:25 +06:00
72875e5c8a
open: refactor $LINK
2021-08-09 19:15:59 +06:00
a4922429a2
code-style: slight cleanup
2021-08-09 16:27:23 +06:00
0120190fb2
open: use cut instead of awk
2021-08-09 16:26:11 +06:00
ebd338529c
change code style
...
no changes in functionality intended
2021-08-02 00:36:39 +06:00
0489462b41
remove retarded echo
2021-07-29 15:10:04 +06:00
d45664d29d
add quotes around $DATA_FILE
2021-07-29 15:09:25 +06:00
43e1c3c23d
get rid of needless if statement
2021-06-27 22:52:59 +06:00
36672675f4
bump version
2021-06-25 19:34:10 +06:00
e5a46fc36b
implement bm_remove
...
this is a barebone implementaion which only accepts line number as argument.
2021-06-25 19:28:07 +06:00
5df5a39a86
fix no match showing all results
2021-06-21 11:45:31 +06:00
9bee3043c8
simplify bm_add logic
...
only if i knew how simple things really are.
2021-06-21 06:32:03 +06:00
3fb9d657ec
remove --posix argument
2021-06-06 15:06:25 +06:00
1110213dd6
list: use __tag_search
2021-06-02 03:37:35 +06:00
ee02e2641f
list: simplify QUERY_TITLE parsing logic
2021-06-02 02:11:54 +06:00
ba11421af0
remove local since its not POSIX complaint
...
should be fine for the most part. most of the fucntions are self
contained.
only function that gets called inside of other functions is
bm_list(). all the variables inside bm_list() start with QUERY thus it
shouldn't conflict with variables from other functions.
2021-06-02 02:00:42 +06:00
21d34ac412
use setsid for opening a link
2021-06-02 01:18:15 +06:00
95cab62631
docs: remove "and Usage" from Installation
2021-05-07 17:24:48 +06:00
cf856689cf
escape _ in README
2021-05-07 17:10:35 +06:00
964cc73543
update README description
2021-05-07 17:06:33 +06:00
ec12ab9d5c
bump version to v0.2
2021-05-07 16:35:34 +06:00
fb52f198f9
initial edit implementation
2021-05-07 16:34:06 +06:00
fc443254a3
add comment saying encryption does nothing
2021-05-07 16:31:20 +06:00
24d4151064
remove unimplemented stuff from usage
2021-05-07 16:30:50 +06:00
bccb301531
docs: add Usage and Todo
2021-05-07 16:20:05 +06:00
18e4b1d006
add README
2021-05-06 14:49:58 +06:00
01fba3a6cb
Merge branch 'list' into dev
2021-05-06 14:44:50 +06:00
0e55035325
add --strict to useage
2021-05-06 14:44:07 +06:00
0de035767a
remove auto fetch from config
...
despite the name the script itself is not simple at all.
i dont think i want to complect things any further.
2021-05-05 12:53:51 +06:00
8cc30e4176
add LICENSE
2021-05-02 01:22:18 +06:00
deb114ea70
implement version
2021-05-02 00:02:41 +06:00
776ac02ed2
exit with 0 instead of 1 after printing usage
2021-05-02 00:02:05 +06:00
f9f11699b6
add -p flag to mkdir
2021-05-01 23:58:40 +06:00
9aed499046
store APPNAME in a variable instead of hardcoding
2021-05-01 23:57:23 +06:00