Araekiel Jot Versions Save

⚡Rapid note management for the terminal.

v0.1.2

1 year ago
  • v0.1.2 :
    • Fix:

      • list command could display items other than notes and folders.
      • process_path() couldn't collapse certain paths properly, and std::fs::canonicalize doesn't work as intended on windows. dunce crate has been used to achieve the required function.
    • Feat:

      • opdir command has been added to enable opening the current folder in the default file explorer.
      • list command can now filter items based on the item type provided.
      • config command can now open the config file in the set editor.

v0.1.1

1 year ago

v0.1.1 :

  • As advised by u/epage (github/epage) on my r/rust post, commands are now represented by their full word, and the two letter abbreviations (previously serving as commands themselves) are now aliases for these commands.
  • Updated docs.

v0.1.0

1 year ago

v0.1.0 :

  • Initial Release