Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dpass: clean up | sinanmohd | 2024-05-08 | 1 | -10/+12 |
| | |||||
* | daskpass: drop x11 support | sinanmohd | 2024-04-24 | 1 | -8/+1 |
| | |||||
* | tcsv/url_csv: torrents-csv.ml -> torrents-csv.com | sinanmohd | 2024-04-23 | 1 | -1/+1 |
| | |||||
* | wayland/menu: wmenu -> bemenu | sinanmohd | 2023-11-04 | 11 | -15/+15 |
| | |||||
* | dunicode: clean up, code style and icon var | sinanmohd | 2023-08-16 | 1 | -50/+42 |
| | |||||
* | damb: clean up, merge cases in a switch statement | sinanmohd | 2023-08-10 | 1 | -2/+1 |
| | |||||
* | damb: make the key value delimiter more explicit and safe | sinanmohd | 2023-08-06 | 1 | -6/+9 |
| | | | | | damb will remove delimiter from keys and exit with invalid key when value contains the delimiter | ||||
* | damb: simpler shell pattern | sinanmohd | 2023-08-06 | 1 | -2/+1 |
| | |||||
* | damb: someone forgot the escape character in a shell pattern | sinanmohd | 2023-08-06 | 1 | -1/+1 |
| | |||||
* | damb: invalidate values with newline character | sinanmohd | 2023-08-06 | 1 | -1/+5 |
| | |||||
* | damb: rewrite, better ux and more features | sinanmohd | 2023-08-04 | 1 | -56/+251 |
| | | | | | | | | changelogs: * switched to fully posix key value implementation * only show stop option when an ambiance is already playing * only show clipboard option when valid data is in clipboard * auto generated icons for popular websites and other menu options | ||||
* | dbook: reduce runtime overhead by moving icon generation to db write | sinanmohd | 2023-08-02 | 1 | -4/+10 |
| | |||||
* | dbook: lazy evaluate value of keys | sinanmohd | 2023-08-02 | 1 | -6/+6 |
| | |||||
* | dbook: trim function to remove white spaces on string ends | sinanmohd | 2023-08-02 | 1 | -15/+14 |
| | |||||
* | dbook: delete saved data when key is removed | sinanmohd | 2023-08-01 | 1 | -0/+6 |
| | |||||
* | dbook: cleanup, remove boilerplate in save and insert | sinanmohd | 2023-08-01 | 1 | -18/+15 |
| | |||||
* | damb: code clean up | sinanmohd | 2023-08-01 | 1 | -4/+4 |
| | |||||
* | damb: get rid of "random" option | sinanmohd | 2023-08-01 | 1 | -6/+1 |
| | | | | | i've barely used it, select was used even when i needed to listen to something randm | ||||
* | dbook: code refactoring, better ux and error management | sinanmohd | 2023-07-06 | 1 | -208/+193 |
| | |||||
* | damb: update icon and make it a var | sinanmohd | 2023-07-06 | 1 | -4/+5 |
| | |||||
* | damb: use sigkill to make sure the target is dead | sinanmohd | 2023-07-05 | 1 | -1/+1 |
| | |||||
* | damb: follow xdg spec | sinanmohd | 2023-07-05 | 1 | -1/+1 |
| | |||||
* | dbook: make usage a function | sinanmohd | 2023-07-05 | 1 | -11/+17 |
| | |||||
* | dbook: proper spacing in notify-send | sinanmohd | 2023-07-05 | 1 | -2/+2 |
| | |||||
* | dbook: fail gracefully when bookmarks is empty | sinanmohd | 2023-07-05 | 1 | -0/+2 |
| | |||||
* | dunicode: use nerd font for the prompt | sinanmohd | 2023-07-04 | 1 | -3/+3 |
| | |||||
* | damb: update display server selection logic | sinanmohd | 2023-07-02 | 1 | -3/+4 |
| | |||||
* | tcsv: redirect error messages to stderr | sinanmohd | 2023-06-01 | 1 | -1/+1 |
| | |||||
* | tcsv: better error handling | sinanmohd | 2023-06-01 | 1 | -5/+16 |
| | |||||
* | tcsv: initial commit: posix client for torrents-csv.ml | sinanmohd | 2023-06-01 | 2 | -0/+154 |
| | |||||
* | 1337x: fix: parse_table returns invalid name | sinanmohd | 2023-05-31 | 1 | -1/+1 |
| | |||||
* | yts: use strcasecmp and proper menu line limits | sinanmohd | 2023-05-08 | 1 | -2/+2 |
| | |||||
* | pirowatch: switch back to nerf font | sinanmohd | 2023-05-08 | 1 | -1/+1 |
| | |||||
* | 1337x: v2 rewrite, more beautiful ui | sinanmohd | 2023-05-08 | 1 | -16/+65 |
| | | | | | now 1337x will prompt the user with sneeds, leeches, size, and name all properly spaced and beautiful to look at. soyflix sisters btfoed again. | ||||
* | 1337x, yts: exit quietly if query is empty | sinanmohd | 2023-05-08 | 2 | -25/+17 |
| | |||||
* | 1337x, yts: switch back to nerd font | sinanmohd | 2023-05-08 | 2 | -7/+7 |
| | |||||
* | 1337x, yts: get rid of the proxy fallback, they are unreliable | sinanmohd | 2023-04-28 | 2 | -8/+0 |
| | |||||
* | vpn: only call wip when the connection is successful | sinanmohd | 2023-03-20 | 1 | -3/+1 |
| | |||||
* | clean: use logical operators instead of if | sinanmohd | 2023-03-20 | 2 | -6/+2 |
| | |||||
* | dbook: spell error in vars | sinanmohd | 2023-03-20 | 1 | -1/+1 |
| | |||||
* | font: switch to font awesome for icons | sinanmohd | 2023-03-20 | 9 | -37/+44 |
| | |||||
* | damb: fix: incomplete code | sinanmohd | 2023-03-20 | 1 | -1/+1 |
| | |||||
* | dunicode: initial commit: script to copya and type unicode | sinanmohd | 2023-03-18 | 2 | -0/+104 |
| | |||||
* | menu_run: initial commit: replacement for dmenu_run | sinanmohd | 2023-03-18 | 2 | -0/+57 |
| | | | | using only built in sh commands | ||||
* | daskpass: initial commit: a password prompt | sinanmohd | 2023-03-17 | 2 | -0/+13 |
| | |||||
* | dbook: preserve spacing of config file when using -d | sinanmohd | 2023-03-17 | 1 | -1/+4 |
| | |||||
* | dbook: initial commit: a bookmark manager | sinanmohd | 2023-03-16 | 2 | -0/+317 |
| | |||||
* | repo: update name | sinanmohd | 2023-03-16 | 1 | -1/+1 |
| | |||||
* | vpn: make use of the grep --quiet flag instead of redirecting the output | sinanmohd | 2023-03-12 | 1 | -1/+1 |
| | |||||
* | dpass: docs: passmenu already exists, specify some reasons to use dpass over it | sinanmohd | 2023-03-11 | 1 | -1/+4 |
| |