Crates.io | mkscratch |
lib.rs | mkscratch |
version | 1.1.0 |
source | src |
created_at | 2022-01-04 02:51:29.026453 |
updated_at | 2022-11-01 20:43:46.474889 |
description | Make a .scratch directory to keep random scribbles in |
homepage | https://github.com/aslilac/mkscratch |
repository | https://github.com/aslilac/mkscratch |
max_upload_size | |
id | 507529 |
size | 11,004 |
Creates a directory named .scratch in your current working directory which will be ignored by Git. Useful for keeping around miscellaneous files that you don't want to be tracked/shared.
Some things you might want to keep in a .scratch directory:
These are just a handful of things I've personally used .scratch directories for. The basic idea is that if you have some piece of text you'd like to keep around for later, but you don't know where to put it, just put it in .scratch so that you can move on and stay focused.
cargo install mkscratch
I'll probably come up with some way to install prebuilt binaries later, so you don't have to have Rust/Cargo installed.
➜ mkscratch
Created /Projects/example/.scratch
Now you have a .scratch directory to keep scratch files in!