Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexylena/bin
Miscellaneous scripts
https://github.com/hexylena/bin
Last synced: 10 days ago
JSON representation
Miscellaneous scripts
- Host: GitHub
- URL: https://github.com/hexylena/bin
- Owner: hexylena
- License: other
- Created: 2022-12-15T09:20:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T14:07:46.000Z (6 months ago)
- Last Synced: 2024-10-11T10:00:03.930Z (about 1 month ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# bin
hexylena's bin dir, miscellaneous, unsorted, maybe or maybe not useful scripts.
## A brief tour of the author's most-used commands
Command | Examples | Usage
--- | --- | ---
`b` | `b` | Launch byobu with fewer keystrokes
`bn` | `bn`, `bn test` | Launches a new byobu session, with a either a randomly generated title (if plain `bn`) or a human specified one. Additionally a colour is applied based on the hash of the text.
`git dm` | | When on the main branch, clean up all merged PRs. Helps keep branch listing quite clean.
`git fix-upstream` | | Sets to a git URL when it was previously an HTTPs url.
`jw` | `jw ` | Reformat a json file.
`xw` | `xw ` | Reformat an xml file.
`y2j` | `cat file.yaml | y2j` | Turn a yaml into json, for easier parsing with JQ.## LICENSE
AGPLv3