https://github.com/toyboot4e/toy-scripts
Private, junk scripts
https://github.com/toyboot4e/toy-scripts
Last synced: 3 months ago
JSON representation
Private, junk scripts
- Host: GitHub
- URL: https://github.com/toyboot4e/toy-scripts
- Owner: toyboot4e
- Created: 2021-08-13T13:25:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T12:23:08.000Z (about 1 year ago)
- Last Synced: 2025-06-13T09:54:57.711Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Toy scripts
My private, junk script files
== Scripts
|===
| command | description
| `ccurl` | `curl` with `~/.cache/ccurl` as a cache directory
| `clean-rec` | Runs `cargo clean` recursivelly in parallel (takes too much CPU usage)
| `clip` | Just an alias of `xclip -sel clip`
| `cmus_refresh` | Re-generates `cmus` albums data in a dirty way
| `em` | Runs Emacs with profile and env vars
| `h` | Searches Haskell function definition
| `hgrep` | `hgrep` with `less`
| `hrun` | Runs Haskell by writing `main` function body
| `md-cat` | Creates input for word / character couting
| `n` | Runs NeoVim with profile and env vars
| `paste` | Just an alias of `xclip -o -sel clip`
| `rs-count` | Counts lines of Rust code repo, but only for limited types of directory structures
| `to-gif` | Converts the give file to a GIF file
| `to-msdf` | Converts given font file to an MSDF file
| `toy` | Easier Linux TUI
| `update-oj-path` | Removes `oj-path` key from `config.json`
| `x11-pad` | Better `scratchpad` (show/hide window)
| `x11-screen` | Command for taking screenshots (supplement for `flameshot`)
| `zenn-cat` | Crates input for character counter for zenn books
| `zenn-count` | Character counter for zenn books
| `zenn-outline` | List zenn book chapeter titles and headings
| `zenn-pdf` | Generate a low-quality zenn book pdf with `pandoc`
|===