Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-01 | Set border and window placement in ftags/hoog scripts | Ben Sima | |
I just like these UI settings better is all. | |||
2024-04-01 | Rename .bash files to .sh | Ben 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-25 | Add tags support for more languages | Ben 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-09 | Use fzf-tmux and add hoog.sh to ghci | Ben Sima | |
2021-12-21 | Enable shellcheck lint and fix its warnings | Ben Sima | |
2021-12-21 | Add hoog.sh, improve ide scripts | Ben Sima | |