1684db17a2
code-style: use tabs for indent
2022-11-05 02:45:54 +06:00
736d4e142d
README: some reformatting
2022-11-04 04:19:23 +06:00
61c7fdec63
code-style: don't use allcaps variable names
2022-11-04 03:22:20 +06:00
cfc5a9fbcb
update TODO, new plans
2022-11-04 03:13:37 +06:00
1fd58627a8
README: add CodeBerg badge and some formatting
2022-06-23 15:50:20 +06:00
b1ff0ad0bd
don't assume how to open $BROWSER
...
just exec it. if user wants nohup they can add it manually.
2022-02-17 15:20:25 +06:00
c1e5c46207
exit regardless of usage's exit status
2021-09-29 14:43:40 +06:00
ae3ff5b4fe
code-style: use >&2
2021-09-29 14:37:11 +06:00
03a56ca5de
dmenu: double quote $sxbm
...
don't see much reason why word splitting might be desirable here.
2021-09-29 14:25:02 +06:00
64502252dd
slight readme cleanup
2021-09-29 14:23:47 +06:00
460d93e0fd
bump version -> v0.5
2021-09-28 18:31:12 +06:00
181f08d5aa
dmenu: add README
2021-09-28 18:30:30 +06:00
073ed55216
list: remove needless printf
2021-09-09 19:42:22 +06:00
840fdf3a51
dmenu: update docs
2021-09-09 14:48:12 +06:00
cc1b56704f
dmenu: move to extra
2021-09-09 14:40:40 +06:00
2a87035676
dmenu: add commments
2021-09-09 14:40:40 +06:00
c80d5ffbff
dmenu: add description
2021-09-09 14:40:36 +06:00
fc15ab5371
dmenu: fix return message not showing in dmenu
2021-09-09 14:26:09 +06:00
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