0e766b3326
Merge pull request 'feat(deps): add fish-deps unified dependency management command' (#17) from feat/fish-deps into main
main
rootiest2026-05-19 03:53:51 +00:00
a7510cc8ea
fix(fish-deps): filter fish-* tags only; fix starship sh -s flag
rootiest2026-05-18 23:46:34 -04:00
a351e62a17
feat(fish-deps): add uv as managed dep; install before cargo and fish
rootiest2026-05-18 23:34:49 -04:00
7936a0966e
feat(fish-deps): build fish from source via git + cargo when upgrading
rootiest2026-05-18 23:29:55 -04:00
fee2d99bea
feat(fish-deps): warn on fish < 4.0 in status; prompt upgrade in install
rootiest2026-05-18 23:17:51 -04:00
7d4e33bc7e
feat(deps): add curl installer for lazydocker and binary download for wakatime
rootiest2026-05-18 23:04:35 -04:00
782ef833c2
fix(deps): correct trash cargo crate name to trashy
rootiest2026-05-18 22:48:33 -04:00
f09006846b
fix(fzf): drop focus/resize bind entirely on older fzf builds
rootiest2026-05-18 21:47:20 -04:00
2df665a537
feat(fzf): use fzf --fish integration and add fzf-update function
rootiest2026-05-18 21:17:13 -04:00
46be262f92
fix(fzf): erase fzf bindings in config.fish when fzf is absent
rootiest2026-05-18 21:06:09 -04:00
a442315312
Merge pull request 'fix(keybinds): guard bindings on required binaries and fix fzf compat' (#16) from fix/fzf-keybind-guards into main
rootiest2026-05-19 00:56:29 +00:00
d7471e2eca
fix(fzf): fall back to plain wrap on older fzf lacking wrap-word
rootiest2026-05-18 20:50:48 -04:00
7acd099b3e
fix(fzf): prefer bg-transform, fall back to transform on older fzf
rootiest2026-05-18 20:37:18 -04:00
e502cff8cb
fix(keybinds): guard bindings on required binaries and fix fzf bg-transform
rootiest2026-05-18 20:34:00 -04:00
50979acc1f
Merge pull request 'feat(path): add resend to PATH' (#15) from feat/resend into main
rootiest2026-05-19 00:21:36 +00:00
4aea2f4e2c
feat(path): add resend to PATH
rootiest2026-05-18 20:21:01 -04:00
be051daf1e
Merge pull request 'fix(zoxide): restore CDPATH support in cd/z execution' (#14) from fix/cdpath-cd-execution into main
rootiest2026-05-12 04:45:47 +00:00
05139354cf
fix(zoxide): restore CDPATH support in cd/z execution
rootiest2026-05-12 00:43:59 -04:00
d2e7c799c4
docs(readme): use callouts for notes/tips
rootiest2026-05-12 00:05:16 -04:00
233d75434c
Merge pull request 'feat(completions): unify cd/z completions across CWD, CDPATH, and zoxide' (#13) from cd-completions into main
rootiest2026-05-12 03:58:41 +00:00
6d91f49521
fix(completions): add cdi function as alias for zi
rootiest2026-05-11 23:37:21 -04:00
2e3230974c
feat(completions): unify cd/z completions across CWD, CDPATH, and zoxide
rootiest2026-05-11 23:26:33 -04:00
f93f9844dc
build(ignore): add case-insensitive patterns for local testing and temporary files
rootiest2026-05-11 23:22:18 -04:00
9467d2c206
Merge pull request 'feat(functions,bindings): add smart-execute, fast-cli; refactor qalc and rm' (#12) from feat/smart-execute-fast-cli into main
rootiest2026-05-10 05:40:06 +00:00
4dff7632cd
Merge pull request 'refactor(config): use $__fish_config_dir, quote paths, add dot_fish var' (#11) from refactor/config-path-quoting-portability into main
rootiest2026-05-08 20:30:02 +00:00
f70dccdc65
refactor(config): use \$__fish_config_dir, quote paths, add dot_fish var
rootiest2026-05-08 16:29:05 -04:00
9f524694cb
Merge pull request 'feat(functions): add claude-docs and claude-pr helper functions' (#10) from feat/claude-helper-functions into main
rootiest2026-05-08 17:39:40 +00:00
b08a3d364e
Merge pull request 'docs(readme): add Ctrl+Alt+= qalc_eval keybinding to User Bindings table' (#9) from docs/keymaps into main
rootiest2026-05-08 04:59:44 +00:00
95f26eadc1
docs(readme): add Ctrl+Alt+= qalc_eval keybinding to User Bindings table
rootiest2026-05-08 00:57:38 -04:00
337fb10cd4
Merge pull request 'feat(config): refactor config.fish, add XDG compliance, new functions, and keybindings' (#8) from feat/config-refactor-and-new-functions into main
rootiest2026-05-08 04:52:49 +00:00
d8bd2b32ab
feat(config): refactor config.fish, add XDG compliance, new functions, and keybindings
rootiest2026-05-08 00:45:02 -04:00
a7833919a2
docs: update terminal, utility, and system function documentation in fish README
rootiest2026-04-30 23:36:29 -04:00
0ab80b4716
Merge pull request 'Hotfix: split and y/cb functions' (#7) from fix/fallback-funcs into main
rootiest2026-05-01 03:34:41 +00:00
bb681afa95
fix: ensure the split function handles other terminal emulators correctly
rootiest2026-04-30 23:33:00 -04:00
85f45a9e8a
refactor: properly alias cb to y
rootiest2026-04-30 23:32:37 -04:00
abc5379190
Merge pull request 'refactor(functions): standardize documentation, metadata, and wrappers' (#6) from feat/deps-fallbacks into main
rootiest2026-05-01 03:18:34 +00:00
084e6fb9ca
refactor(functions): standardize documentation, metadata, and wrappers
rootiest2026-04-30 23:15:18 -04:00
a4d8574f49
refactor: remove obsolete or private functions
rootiest2026-04-30 23:13:44 -04:00
0a89346a6c
Merge pull request 'feat: harden terminal abbreviations, gracefully fallback missing integrations, and check deps' (#5) from feat/deps-fallbacks into main
rootiest2026-05-01 01:18:19 +00:00
a39df3c466
feat(terminal): harden terminal abbreviations and functions
rootiest2026-04-30 20:44:58 -04:00
8d1ab2eeb9
feat: gracefully fallback when integration dependencies are not met
rootiest2026-04-30 20:11:50 -04:00
7e1c727b69
docs: fisher and plugins are automatically installed
rootiest2026-04-30 20:04:36 -04:00
5db7c938d1
Merge pull request 'Complete configuration update: docs, themes, keybindings, and zoxide integration' (#4) from docs/funcs into main
rootiest2026-04-30 23:54:59 +00:00
43264fc6de
docs: add undocumented functions to documentation
rootiest2026-04-30 19:50:20 -04:00
f9c53926b9
refactor: clean up keybinding implementations
rootiest2026-04-30 19:47:42 -04:00
3019fc6c61
refactor: implement global syntax highlighting theme
rootiest2026-04-30 19:46:23 -04:00
0a238c84a1
feat: make zoxide the default cd provider
rootiest2026-04-30 19:44:26 -04:00
9ff9e52a6e
docs(readme): update table of contents with missing headings
rootiest2026-04-30 18:37:14 -04:00
0df0edddff
Merge pull request 'docs(readme): add history expansions and detailed substitution usage' (#3) from docs/sub-expand into main
rootiest2026-04-30 22:32:39 +00:00
47370c491d
docs(readme): add history expansions and detailed substitution usage
rootiest2026-04-30 18:30:36 -04:00
6397e10f2e
Merge pull request 'feat(history): support N-th history index in substitution' (#2) from feat/hist-sub into main
rootiest2026-04-30 22:27:29 +00:00
ed62c8c100
feat(history): add support for Nth history index in substitution
rootiest2026-04-30 18:18:31 -04:00
f6da342610
Merge pull request 'feat: add history expansions and interactive keybindings' (#1) from feat/bangs-and-subs into main
rootiest2026-04-30 05:04:01 +00:00
ada58e8818
feat(shell): add bash-style history expansions and interactive keybindings
rootiest2026-04-30 01:03:13 -04:00
6722deea3c
feat: add git and history utility functions
rootiest2026-04-29 17:23:13 -04:00
dc212ec704
feat: add ~/.local/bin to PATH
rootiest2026-04-29 17:21:16 -04:00