summaryrefslogtreecommitdiff
path: root/Biz/Ide/hoog.sh
AgeCommit message (Collapse)Author
2024-04-01Set border and window placement in ftags/hoog scriptsBen Sima
I just like these UI settings better is all.
2024-04-01Rename .bash files to .shBen Sima
I was already using .sh to refer to shell scripts. When I added .bash, I didn't realize that the linter was set to act on .sh files and not .bash files, so all of these bash scripts escaped the linter. This commit renames them to .sh, removes the .bash extension support from Biz.Namespace, and fixes all the reported shellcheck errors.
2022-07-25Add tags support for more languagesBen Sima
Rust seems to not be supported in my ctags version :( Also rename some Ide scripts because these are commands, not really scripts.
2022-02-09Use fzf-tmux and add hoog.sh to ghciBen Sima
2021-12-21Enable shellcheck lint and fix its warningsBen Sima
2021-12-21Add hoog.sh, improve ide scriptsBen Sima