mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 04:47:47 +00:00
24 lines
1011 B
Plaintext
24 lines
1011 B
Plaintext
// These are golang packages I use,
|
|
// so they should be available with all versions
|
|
|
|
// Aqua is a package manager like asdf, or Brew
|
|
github.com/aquaproj/aqua/v2/cmd/aqua@latest
|
|
// Git Profile allows you to switch between user profiles in git repos
|
|
github.com/dotzero/git-profile@v1.4.0
|
|
// An extensible command line tool or library to format yaml files.
|
|
github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0
|
|
// Parsing HTML at the command line
|
|
github.com/ericchiang/pup@v0.4.0
|
|
// HTML to Markdown converter
|
|
github.com/suntong/html2md@v1.5.0
|
|
// cheat allows you to create and view interactive cheatsheets on the cli.
|
|
github.com/cheat/cheat/cmd/cheat@4.4.2
|
|
// Render markdown on the CLI, with pizzazz! 💅
|
|
github.com/charmbracelet/glow@v1.5.1
|
|
// Static checker for GitHub Actions workflow files
|
|
github.com/rhysd/actionlint/cmd/actionlint@v1.7.1
|
|
// Cleans up your $HOME from those pesky dotfiles
|
|
github.com/doron-cohen/antidot@v0.6.3
|
|
// FZF is a general-purpose command-line fuzzy finder.
|
|
github.com/junegunn/fzf@latest
|