Commit graph

55 commits

Author SHA1 Message Date
speedie a2257f2503 validate items 2023-05-02 21:53:30 +02:00
speedie ca82d24b33 fix duplicate entries when using -cc flag 2023-05-01 00:28:15 +02:00
speedie 3a6e22ca3d sort desktop entries 2023-04-29 11:52:08 +02:00
speedie 5107136b64 dmenu compat for description 2023-04-29 02:25:17 +02:00
speedie c227e6d374 fix a minor issue 2023-04-28 19:43:20 +02:00
speedie 07cef2c494 add description printing to spmenu_run 2023-04-28 19:40:28 +02:00
speedie bb0d810b07 pass the full path 2023-04-28 18:43:28 +02:00
speedie ca7bb88b45 add option to clear cache 2023-04-28 18:33:56 +02:00
speedie e9edd9bee0 update docs 2023-04-28 18:24:27 +02:00
speedie cfef4e073e another fix 2023-04-28 18:11:55 +02:00
speedie 24ea28eb13 fix '#' prefix 2023-04-28 18:07:58 +02:00
speedie 0c637489dc array -> string, avoids a shellcheck warning 2023-04-27 08:15:16 +02:00
speedie 9864adb93f minor fix 2023-04-27 08:00:38 +02:00
speedie 87fdfe9659 move uniq 2023-04-26 21:18:43 +02:00
speedie 91e303fb80 significant codebase improvements 2023-04-26 21:17:01 +02:00
speedie 4d19d95263 fix a huge bug 2023-04-26 21:11:07 +02:00
speedie a9c9b57b05 disable support for macOS in spmenu_run 2023-04-26 10:07:01 +02:00
speedie d512351828 actually add hidecaps, oops 2023-04-22 21:34:37 +02:00
speedie f70c69161b now using arrays for arguments 2023-04-21 18:53:15 +02:00
speedie 3c466f2abb oops we should allow it to be empty 2023-04-20 18:36:51 +02:00
speedie e550f3f100 silence a warning that doesn't really matter 2023-04-20 18:30:56 +02:00
speedie 0ec8d8cbb9 some improvements to the scripts 2023-04-20 18:21:17 +02:00
speedie ee9c014b46 add dmenu compatibility mode to spmenu_run 2023-04-20 16:45:05 +02:00
speedie 86b625f766 allow cache paths to be customized 2023-04-18 18:33:50 +02:00
speedie 30aaebb7f8 various improvements
this commit also downgrades code quality slightly (by not using
readarray). while readarray is cleaner, it is not compatible with older
bash versions (< version 4) so a while loop will have to do. i may
change this later.
2023-04-18 18:24:35 +02:00
speedie c35aedb651 rewrite the script slightly, now works properly 2023-04-18 18:13:42 +02:00
speedie fec532fc34 cleanup 2023-04-18 16:25:13 +02:00
speedie 7869c4d085 massively speed up listing, need to fix running executable 2023-04-18 16:19:39 +02:00
speedie e724d54eb5 fix images 2023-04-18 14:56:52 +02:00
speedie 6e6888c9bc use arrays, leads to better performance but adds bash as a dependency 2023-04-18 14:56:52 +02:00
speedie 92cdbd68c7 add option to return full file name 2023-04-16 20:57:48 +02:00
speedie 621fdb53a6 don't display duplicate .desktop entries 2023-04-14 21:42:22 +02:00
speedie b9a4ffe949 some minor changes, also merge spmenu_desktop with spmenu_run 2023-04-13 17:39:27 +02:00
speedie ecb7e953bb fix -fm arg 2023-04-13 12:04:11 +02:00
speedie 43cf05c2b7 some changes to the way passing arguments work 2023-04-13 11:55:31 +02:00
speedie f347c9e432 oops, forgot about that 2023-04-13 00:05:30 +02:00
speedie 91665f9ffe fix some more bugs 2023-04-12 23:37:12 +02:00
speedie a79b7c3023 fix a slight oversight 2023-04-12 23:37:12 +02:00
speedie 016202ad04 fix a typo in the default config 2023-04-10 23:02:09 +02:00
speedie 68716f15a3 add some really nice features, and WIP file navigation to spmenu_run 2023-04-10 21:00:48 +02:00
speedie 5eb54af7a6 be slightly more XDG compliant 2023-04-07 18:18:56 +02:00
speedie b610ed5e59 silence output of command -v 2023-04-07 01:06:25 +02:00
speedie 5deac136ce add the ability to run functions from the config file 2023-04-06 23:30:58 +02:00
speedie 944ec3f685 add some options to spmenu_run 2023-04-06 01:59:14 +02:00
speedie c44333b3ce add ${PREFIX} to scripts, may improve compatibility with for example
NixOS
2023-04-03 14:54:44 +02:00
speedie 231a43d053 some changes, spmenu is now suitable to be used for simply drawing plain
text without any selection or anything
2023-03-28 17:37:06 +02:00
speedie cf1b79008b upgrade run launcher significantly 2023-03-28 15:10:57 +02:00
speedie a257e61d90 add a good help 2023-03-28 13:14:22 +02:00
speedie 8d08f98791 use long arguments 2023-03-28 03:10:09 +02:00
speedie ca7cd97e08 some improvements to documentation and spmenu_run 2023-03-24 15:58:36 +01:00