summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-08chore(release): v0.9.0v0.9.0Ajeet D'Souza
2023-01-07Edit subcommand (#498)Ajeet D'Souza
2023-01-07Add no response workflowAjeet D'Souza
2022-12-09fzf: enable colors in preview when possible on macOS / BSDAjeet D'Souza
2022-12-09Use tab to cycle through completions (#496)Ajeet D'Souza
2022-12-08Upgrade Nushell to v0.73.0 (#495)Ajeet D'Souza
2022-12-08Improve help page consistencyAjeet D'Souza
2022-11-15Fix badgeAjeet D'Souza
2022-10-29Use workspace dependencies (#477)Ajeet D'Souza
2022-10-29Remove unneeded audit (#478)Ajeet D'Souza
2022-10-29Updated clap to version 4.0 (#476)Elbert Ronnie
2022-10-28Add Slackware to README (#475)Ajeet D'Souza
2022-10-28Don't hide output from chpwd hooks (#474)Ajeet D'Souza
2022-09-25Use GitHub note tagAjeet D'Souza
2022-09-18Handle UTF-8 output correctly in PowerShellAjeet D'Souza
2022-09-18Fix illegal option in fzf preview window (#460)Shingo
2022-09-16Use formatter from nightlyAjeet D'Souza
2022-09-07Fix remove not throwing errorsAjeet D'Souza
2022-09-07Return exit code from mainAjeet D'Souza
2022-09-06Fix interactive completion with zsh-autocomplete (#449)Aaron Kollasch
2022-09-02Fix CHANGELOGAjeet D'Souza
2022-09-02chore(release): v0.8.3v0.8.3Ajeet D'Souza
2022-08-30Remove dot from manpage URLAjeet D'Souza
2022-08-29Add CI to next branchAjeet D'Souza
2022-08-29Add ZLocation import instructionsAjeet D'Souza
2022-08-13Add PWD hooks to Nushell (#439)Ajeet D'Souza
2022-08-12Support `z -` in NushellAjeet D'Souza
2022-08-12Fix double forward slash in Bash completions (#438)Ajeet D'Souza
2022-08-04Improved preview window for fzfAjeet D'Souza
2022-07-26zsh: allow `z` to navigate dirstack via `+n` and `-n`Mark Keisler
2022-07-15Install script for zoxide (#425)Ajeet D'Souza
2022-07-07Add install instructions for openSUSE (#418)Jacob BaungÄrd Hansen
2022-07-04Change change fuzzy completion prefix to `z!`Ajeet D'Souza
2022-07-01Add minimum supported version for FishAjeet D'Souza
2022-06-26chore(release): v0.8.2v0.8.2Ajeet D'Souza
2022-06-26Add cargo-deb metadata (#409)Ajeet D'Souza
2022-06-25Escape spaces correctly in Bash completions (#408)Ajeet D'Souza
2022-06-01Add default import path for autojump (#387)Eric Wang
2022-05-19Use nextest in CIAjeet D'Souza
2022-05-05Add joshuto under IntegrationsAjeet D'Souza
2022-04-27fix: interactive completion for fish (#385)NextAlone
2022-04-27Fix Windows paths on Fish+CygwinAjeet D'Souza
2022-04-26Show fzf preview window below resultsAjeet D'Souza
2022-04-25Speed up CIAjeet D'Souza
2022-04-25Limit nix features (#382)Ryan Zoeller
2022-04-25Update READMEAjeet D'Souza
2022-04-23Release v0.8.1v0.8.1Ajeet D'Souza
2022-04-22Upgrade to Nushell 0.61 (#362)Ajeet D'Souza
2022-04-17Simplify fish init script (#370)Kid
2022-04-13--interactive/-i and --score/-s do not conflict in Query::query() (#342)c02y