Skip to content

Instantly share code, notes, and snippets.

@shanness
shanness / jira-search
Created November 5, 2023 03:44
jira CLI search with fzf and caching
@shanness
shanness / tmsu
Last active June 26, 2021 15:21
Bash type ahead completion for tmsu
# This belongs to /etc/bash_completion.d/tmsu or ~/.bash_completion
# Original from tomassedovic (https://github.com/oniony/TMSU/issues/78) and Master-jim
# TODO: handle spaces in values.
# Use this to control if values are displayed or just summarized, they will be expanded after the = is typed/selected
#VALUES="display"
VALUES="summarize"
COMP_WORDBREAKS="${COMP_WORDBREAKS}="
have tmsu &&