- Activated terminal shortcut bugfix
PYTHONNOUSERSITE=1
is set beforeactivate
in the wrapper shortcuts.
- Forked shortcut > shortcutter,
- Renamed CLI app to
shortcutter
, - Added support for virtual environments, Anaconda/Miniconda, conda environments: shortcuts activate env before starting the target,
- Special command/method can create shortcut to the terminal at activated environment (plus terminal shortcut at conda root),
- Shortcut name now can be set,
- Better support for setup.py use-cases:
- Folder shortcuts,
- Shortcuts can be created to yet non-existing targets,
- Added 'silent' and log mode when errors are not raised,
- Added folder creation method that nicely plays with 'silent' and log mode.
- Documentation moved to GitHub,
- Added versioneer (auto version based on GitHub commit),
- Only one dependence on Windows: pywin32 (available on conda-forge),
- Changed docstrings style to NumPy style,
- Removed some unpythonic code.
- added desktop_directory and menu_directory properties
- documentation updates
- initial alpha release
- support for Windows, macOS & Linux
shortcut
app andShortCutter
API