Skip to content

Nerixyz/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts

This repository/site contains some scripts or snippets I often use throughout different projects and/or machines. The scripts can be found in scripts/, scripts in scripts/bin/{os} should be added to PATH.

Feel free to add new scripts or adjust scripts to fit your setup (e.g. by adding parameters).

You can find the site at nerixyz.de/scripts.

Building

Please use a virtual environment (POSIX: python3 -m venv venv and source venv/bin/activate).

pip3 install -r requirements.txt
# Preview
mkdocs serve
# Build
mkdocs build

Adding a new Script/Snippet

  • Find or create a category (e.g. VS Code)
  • Add your script/snippet to scripts/
    • If the script should be in PATH, add it to scripts/bin/{os}
  • Add a new Markdown file
  • Add your script/snippet using the --8<-- snippet syntax (docs)

About

Common scripts/utilities I use throught different projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors