Skip to content

A collection of bash scripts, I feel like these are useful more than once, but I've lost hundreds of them in the past to poor file management.

Notifications You must be signed in to change notification settings

pfahlr/bash_scripts

Repository files navigation

CLI Scripts Collection

This is my collection of bash, python, and other such scripts for making my daily use of the command line easier. Maybe someone else will find them useful, maybe I'll just be able to keep track of them better. At any rate, I'm VCing them now, as I never VC any of my personal projects and that's a kinda shit habit I'm trying to break.

Variables

Some of these scripts make use of service endpoints and require authentication tokens. Obviously, I haven't included mine here, but I will list and identify them in the file TOKENS.md The expectation is that the user will create a file such as .tokens in their home directory and source this file from their .profile, .zshrc, .bashrc, or whichever one they use. The file should go something like

#!/bin/bash
export SOMESERVICETOKEN=abcdefghijklmnop
export ANOTHERSERVICETOKEN=qrstuvwxyz
export SOMEOTHERSERVICETOKEN=abcdef123456

TOKENS.md will contain a list like

SOMESERVICETOKEN    https://someservice.com/
ANOTHERSEVICETOKEN  https://anotherservice.com/
SOMEOTHERSERVICE    https://someotherservice.com

About

A collection of bash scripts, I feel like these are useful more than once, but I've lost hundreds of them in the past to poor file management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published