Commit graph

27 commits

Author SHA1 Message Date
aa00038f28 (chore): better repaint handling 2025-08-28 16:27:22 -05:00
62cd9b2f17 (chore): update documentation fdor new implemented features 2025-07-26 22:25:40 -05:00
768bce39ec (feat): add based maintenance to perform analyze + vacuum
It will help if your database has been runing for a very long time
2025-07-26 22:25:27 -05:00
88cbb3cc9b (chore): add more database improvements 2025-07-26 22:24:16 -05:00
2afe4b3aba (feat): add BASED_EXCLUDED_PATHS to exclude directories from history
There are cases where you want to exclude some paths from being indexed. E.g: `..`, `/tmp/*`, and others.
2025-07-26 22:23:57 -05:00
0206728145 Revert "(chore): change function name"
This reverts commit b85004121f.
2025-06-19 17:23:35 -05:00
b85004121f (chore): change function name 2025-06-19 14:30:12 -05:00
Daniel Bretoi
97525dd0e2
use relative source path (#1)
$__fish_config_dir    could be set to something completely different. but using a relative path here is safe either way. This way it can be sourced anywhere, even if the repo is just cloned in some random place.
2025-06-18 20:00:46 -05:00
e7f2351f06 (feat): better keybinding for fzf
# TAB: Accept the current selection but do not execute it, never
# ENTER: Accept the current selection and execute it if confirmation is set
2025-06-05 00:44:57 -05:00
1eeb710cb7 (feat): add completions 2025-06-05 00:27:07 -05:00
6ed4d3a32d (chore): optimize fzf popup 2025-06-05 00:18:38 -05:00
d7c44fae63 (feat): show the last command on top per-directory 2025-06-05 00:06:29 -05:00
f1695694ed (chore): update README 2025-06-04 23:55:47 -05:00
998ad80afd (chore): update README 2025-06-04 20:16:11 -05:00
fcafb2077e (chore): make results variable only available to the function 2025-06-03 19:24:14 -05:00
85a09d5bbc (feat): add showcase 2025-06-03 18:53:30 -05:00
e2ba32fec6 (docs): explain the current suggestions algorithm 2025-06-03 17:36:45 -05:00
bb5829944b (chore): update keybinds. 2025-06-03 17:36:31 -05:00
8482edfd76 (docs): update readme to match current state 2025-06-03 17:14:00 -05:00
9730a729f9 (feat): also clear BASED_NO_FUZZY 2025-06-03 17:13:40 -05:00
e323e57249 (feat): use -batch on sqlite 2025-06-03 17:05:26 -05:00
7b9142e3ba (feat): better history handling using priorities for commands 2025-06-03 17:05:26 -05:00
94ef5f3234 (feat): create indexes for performance 2025-06-03 17:05:26 -05:00
284bf5334a (feat): add borders to fzf output. 2025-06-03 17:05:26 -05:00
32d8ae4073
Create LICENSE 2025-06-03 06:55:25 -05:00
5167e0c319 Add README. 2025-06-03 06:54:58 -05:00
28f308e8a3 Initial commit 2025-06-03 06:36:13 -05:00