Up and at 'em
Or more correctly up-and-atom
– a useful script as a stupid joke…
Add this as an alias or a script in ~/bin
, and when you call it, it opens all of your currently uncommitted files from the $PWD
where you called the script, in Atom, ready for a shiny new day of productive work.
You can change the editor to vim
or subl
etc; anything that takes a list of files to open, but obviously the pun doesn’t work as well, so you might as well rename it to the boring old up-and-at-em
.
All links, in order of mention:
Recent posts:
- Patch for aarch64 (aka arm64) openssl 1.0.2 'relocation R_AARCH64_PREL64 against symbol OPENSSL_armcap_P error'
- TIL: the `NO_COLOR` informal standard to suppress ANSI colour escape codes
- Copy the contents of a branch into an existing git branch without merging
- Adding search to a static Jekyll site using pagefind
- asdf, python and automatically enabling virtual envs