Skip to content

Releases: MrDogeBro/quicknav

v1.5.0 Release

31 May 13:00
Compare
Choose a tag to compare

Changes

Full Changelog: v1.4.0...v1.5.0

v1.4.0 Release

15 Mar 02:15
Compare
Choose a tag to compare

Changes

  • Added message when using the list command to inform you that there are no shortcuts found (#46) - @IkBenOlie5

v1.3.0 Release

20 Sep 22:15
Compare
Choose a tag to compare

Changes

  • The commands have been moved more twords using shortcut names.This means that a lot
    commands will now take in a shortcut name instead of call, depending on the specific
    command. This is meant to make the commands eaiser when having to reference a shortcut.
  • Added RTD Documentation. A lot of the information from the readme has now been moved
    to the docs and addition information has been added to provide one place for you to
    easily access info on quicknav. You can access the docs from the link in the readme.

Patches

  • Fixed issue where if config folder did not exist, commands would error on run (#42).

v1.2.1 Release

12 Jul 02:21
Compare
Choose a tag to compare

Fixes a bug in the edit command where trying to edit the name would not actually change the value in the config.

v1.2.0 Release

11 Jul 22:20
a5e6fdf
Compare
Choose a tag to compare
  • Adds commands for adding and removing calls (#20).
  • Adds a command that allows for editing different elements of a specified shortcut (#18).
  • Adds some simple command aliases to make using the commands easier (#28).
  • Updates error handling so that help messages for subcommands don't get flagged as errors.

New Commands

  • quicknav add-call <shortcut> <call> to add calls to existing shortcuts.
  • quicknav remove-call <call> to remove calls from existing shortcuts.
  • quicknav edit <shortcut> [location] --name [name] --description [description] to edit a shortcut.

New Aliases

Command Aliases
add new
add-call new-call
remove rm, del, delete
remove-call rm-call, del-call, delete-call
config conf, cfg, cf

v1.1.1 Release

27 May 00:57
ba9c1b2
Compare
Choose a tag to compare

Fixes a bug where relative paths were not correctly added to the config via the quicknav add command (#23). They are now expanded into their full path (including symlinks) so that they can be added via relative but accessed from anywhere.

v1.1.0 Release

22 May 01:25
1bb1d3c
Compare
Choose a tag to compare

Adds auto completion to the nav command (#19). This includes the following:

  • Flags (-h, --help, -V, and --version)
  • Dynamic completions of shortcuts based on what you are already typing. This means it will finish off your shortcuts for you essentially.

Also, these completions currently only work in bash and zsh but I will try and get them working in fish shortly.

Thanks!

v1.0.2 Release

20 May 21:24
Compare
Choose a tag to compare

Fixes a bug where adding a shortcut outside the home directory with the quicknav add would be weirdly prefixed (#17).

Thanks!

v1.0.1 Release

11 May 20:55
14951e1
Compare
Choose a tag to compare

This is just a patch to fix a slight (visual only) bug that got introduced with the v1 release. This release fixes a bug that was introduced when handling outputting errors. The version flag apparently is an error according to clap even though it still outputs the version. A check has now been put in place to stop this from erroring like it previously did.

Thank you all again!

v1.0.0 Release

11 May 20:08
049196c
Compare
Choose a tag to compare

I am so happy to announce the v1 release is here! I feel like the project is at the point where it is ready for this release. There have been some bugs but for the most part, many of these bugs should now be resolved, which is why I have opted to do some changes and release v1.

This release does a few things. Some of these changes are minor while others are not so minor. Below I have listed the changes made.

  • Errors are cleaned up and are much nicer
  • The code base has been tidied up a bit
  • A config command has been added
    • Allows for the changing of options such as create_missing_directories from the command line (anything under the options part of the config file)
  • Tidied up the output and made it more uniform
    • This just makes everything look nicer and makes everything feel more connected

As always, please report any errors that come up while using this tool. Also, if you have any requests/ideas, feel free to share them — I would love to hear ideas/feedback to keep improving this tool. Thanks everyone!