Releases: pylipp/sdd
Releases · pylipp/sdd
v0.2.3.0
v0.2.2.0
v0.2.1.1
v0.2.1.0
Added
- 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
Changed
- Use GitHub Actions for CI, see #15
Fixed
v0.2.0.0
Added
- 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
Changes
- 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
Fixed
v0.1.1.0
Added
- 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.
Changed
- 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.
Fixed
- Handle non-existing custom apps directory when listing available apps.