Dtags Versions Save

Command-line tool for tagging directories.

4.0.4

3 years ago
  • Removed compinit and bashcompinit invocations from dtags-activate zsh to give more control to users. See this README section for the updated runtime config entries that users must add.

4.0.3

3 years ago
  • Improved run command to preemtively skip missing directories instead of throwing errors.

4.0.2

3 years ago
  • Fixed a bug where stacktraces would be shown when not no -c/--cmd arguments were given to run command.

4.0.1

3 years ago
  • Improved tab-completion in bash and zsh.

4.0.0

3 years ago
  • Overhauled the API (see README for more details). The changes are not backward compatible.
  • Improved tab-completion for Fish.
  • Windows is now partially supported through Git Bash and WSL2.
  • Parallel command execution and auto-creation of aliases from tags were removed due to their "unstable" and inconsistent behavior.
  • Tags are now stored in a JSON file.
  • Only Python versions 3.6+ will be supported going forward.

3.2.4

4 years ago
  • Removed usage of outdated fish command "math".
  • Python 3.7 is now officially supported.

3.2.3

6 years ago
  • Added license and test_requires to setup.py.

3.2.2

6 years ago
  • Updated README and the installation message to make it clear that dtags is not supported on windows.

3.2.1

7 years ago
  • Update README for PyPI.

3.2.0

7 years ago
  • Allowed the # character in tag names and directory paths.