Skip to content

Commit

Permalink
Started with a list of interesting tools which can be managed by 'bin'
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbinian Pauli committed Dec 5, 2021
1 parent 56ca9da commit 37bba28
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ bin update [bin]... # Scans binaries and prompts for update

## FAQ

### Can you give some example tools

Yes. Follwing [list](./tools-list.md)

### There are some bugs and the code is not tested

I know.. and that's not planning to change any time soon unless I start getting some contributions. I did this as a personal tool and I'll probably be fixing stuff and adding features as I personally need them. Contributions are welcome though and I'll be happy to discuss and review them.
Expand Down
33 changes: 33 additions & 0 deletions tools-list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Bin tools #

This is a list with useful bin tools which can be managed with `bin`.

## Shell tools ##

| Install cmd | | description |
| --- | --- | --- |
| `bin install github.com/muesli/duf` | | modern `df` replacement |
| `bin install github.com/ogham/exa` | Add `alias ls="exa -g" #-g shows groups when -l was added` to your shell aliases | modern `ls`replacement |
| `bin install github.com/burntsushi/ripgrep` | | modern `grep` replacement |

## Backup ##

| Install cmd | | description |
| --- | --- | --- |
| `bin install github.com/rclone/rclone` | | manage files on cloud storage |
| `bin install github.com/restic/restic` | | fast, efficient and secure backup program |

## Data & files ##

| Install cmd | | description |
| --- | --- | --- |
| `bin install github.com/stedolan/jq` | | json query |
| `bin install gitlab.com/lesql/lesql` | | ETLs in SQL|

## Security ##

| Install cmd | | description |
| --- | --- | --- |
| `bin install github.com/filosottile/age` | select `age` | file encryption done right |
| `bin install github.com/filosottile/age` | select `age-keygen` | file encryption done right |
| `bin install github.com/mozilla/sops` | | Encrypt values in YAML, JSON, ENV, INI and BINARY |

0 comments on commit 37bba28

Please sign in to comment.