Skip to content

abachman-dsac/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolbox

some helper scripts i use in my work at DSAC.

setup

put them in a bin/ folder that's somewhere on your system path.

e.g., git clone ... toolbox; cd toolbox; echo "export PATH=\"$(pwd)/bin:\$PATH\"" >> ~/.zshrc

explanation

  • npr: runs developer commands in the NPD project without having to cd around between root, backend/, and frontend/
  • git pr: open browser to the appropriate PR for the given project branch
  • git watch: watch PR checks for the given project branch
  • git select: use fuzzy search to switch git branches
  • passphrase-gen: generate a bunch of password ideas
  • port: show what process is listening on a given port
  • t: run an executable script from tmp/bin or scratch/bin relative to the current directory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published