Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mivok/tools
Collection of miscellaneous tools/scripts
https://github.com/mivok/tools
Last synced: 24 days ago
JSON representation
Collection of miscellaneous tools/scripts
- Host: GitHub
- URL: https://github.com/mivok/tools
- Owner: mivok
- License: mit
- Created: 2014-05-29T19:22:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T18:29:06.000Z (11 months ago)
- Last Synced: 2024-01-25T19:46:34.339Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 107 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools
A collection of small scripts I've found useful
## Directories
* backup - backup scripts for various apps on my laptop
* boneyard - old scripts that are no longer valid or useful any more
* grafana - tools for working with grafana
* misc - scripts that don't have a better place for them yet
* s3 - tools for working with s3 (s3_sign, s3shell, s3shorten)
* ssh - helpers for sshing into other machines - (ssh-via, knife-pssh)
* web - tools for working with the web (ssl-tool, check_redirect)## Installation
The tools can be used directly, or can be installed to your ~/bin directory
using GNU stow:```
# Requires shopt -s extglob in bash
stow -v -t ~/bin !(boneyard)/
# Or, for individual directories
stow -v -t ~/bin backup grafana misc s3 ssh web
```