Skip to content

dkim286/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolbox

A bunch of scripts cobbled together into an organized repo. Scripts that I've copied from other people online are excluded from this public repo for obvious reasons.

Environment

$ bash --version
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ uname -a
Linux cork 5.16.5-arch1-1 #1 SMP PREEMPT Tue, 01 Feb 2022 21:42:50 +0000 x86_64 GNU/Linux

Setup

Add these two lines to .bashrc:

export TOOLBOX=/path/to/toolbox
source $TOOLBOX/uh-completion.bash

Drop a symlink to util/uh inside /usr/local/bin or any other convenient location pointed by $PATH.

Symlink other scripts as you see fit.

Usage

To see a list of categories, run:

$ uh

To see a list of scripts belonging to a category, run:

$ uh CATEGORY

Adding new categories

Folders act as "categories."

Just mkdir new_category and put some scripts in there.

About

Scripts for personal use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages