All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- App management file for Python
- App management file for docker-compose (v2)
- App management file for ffsend
- App management file for borg
- App management file for circleci
- App management file for xsv
- App management file for Telegram
- App management file for Pandoc
- App management file for wuzz
- App management file for xh
- App management file for gitui
- App management file for ncdu
- App management file for dasel
- App management file for git-trim
- App management file for go. Note that you should add
export GOROOT=~/.local/go; export GOPATH=~/.local/share/goprojects; export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
or similar to your~/.profile
- Use GitHub Actions for CI, see #15
- New download URL for
ncdu
, see #18 - Update bash completion file path for
fd
, see #18 - Support installation of
pip
on Python 3.5, see #18
- App management file for gh
- App management file for jira
- App management file for delta
- App management file for qrcp
- App management file for slack-term
- App management file for dust
- The corresponding bash completion is installed with
fd
. - The corresponding bash completion is installed with
ripgrep
. - man pages are installed with
gh
(available since v0.9.0) - Short forms for all provided options, see #11
- Bash and zsh completion scripts, see #13
- Avoid using GitHub API calls, see #11
list
command without further option defaults to show installed packages, see #11- Bash completion for apps is now installed into
~/.local/share/bash-completion/completions
, see #13
- Avoid false matching by part of package names, see #11
- Update download URL for shellcheck releases, see #14
- App management file for shfmt
- When installing shellcheck, the corresponding man page is installed if pandoc is available.
- When running install/upgrade/uninstall, a spinner is displayed to indicate background activity.
sdd
is more verbose about internal processes if theSDD_VERBOSE
environment variable is set.
- Specifying a version for installing or upgrading pip is possible.
- Upgrading oh-my-zsh now git-pulls in existing
$ZSH
repository. - Any output from
sdd_*
management functions is redirected to a log file.
- Handle non-existing custom apps directory when listing available apps.
First release.
- Changelog file and related tooling.