Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Borg | 9,490 | 16 hours ago | 482 | other | Python | |||||
Deduplicating archiver with compression and authenticated encryption. | ||||||||||
Bash Snippets | 9,108 | 2 months ago | 1 | February 27, 2018 | 10 | mit | Shell | |||
A collection of small bash scripts for heavy terminal users | ||||||||||
Duplicati | 8,918 | 2 days ago | 926 | lgpl-2.1 | C# | |||||
Store securely encrypted backups in the cloud! | ||||||||||
Backup | 4,763 | 207 | 20 | 3 months ago | 117 | June 05, 2020 | 10 | mit | Ruby | |
Easy full stack backup operations on UNIX-like systems. | ||||||||||
Kopia | 3,747 | 1 | 2 days ago | 225 | September 24, 2022 | 332 | apache-2.0 | Go | ||
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included. | ||||||||||
Wal G | 2,567 | 17 hours ago | 62 | March 16, 2022 | 237 | other | Go | |||
Archival and Restoration for databases in the Cloud | ||||||||||
Pwd.sh | 1,495 | 5 months ago | 1 | mit | Shell | |||||
GPG symmetric password manager | ||||||||||
Rustic | 847 | a day ago | 13 | December 03, 2022 | 53 | apache-2.0 | Rust | |||
rustic - fast, encrypted, deduplicated backups powered by Rust | ||||||||||
Bareos | 845 | 2 | 16 hours ago | 17 | May 09, 2022 | 19 | other | C++ | ||
Bareos is a cross-network Open Source backup solution (licensed under AGPLv3) which preserves, archives, and recovers data from all major operating systems. | ||||||||||
Bupstash | 807 | 2 months ago | 17 | March 16, 2022 | 110 | mit | Rust | |||
Easy and efficient encrypted backups. |
The fastest way to find {command options|code pieces} you need
Supports multiple languages and many bash commands
A tool that facilitates backing up github repositories to bitbucket
If you have ever felt the fear of the github unicorn this could be your savior
Furthermore you can backup the repositories of any github user to your bitbucket.
Backup all github repositories of the designated user at once with the -a option. Or run it with no flags and backup individual repositories.
A wrapper for openssl that allows for quickly encrypting and decrypting files
crypt -e [original file] [encrypted file] # encrypts files
crypt -d [encrypted file] [output file] # decrypts files
Tested With .pdf, .txt, .docx, .doc, .png, .jpeg
CAUTION Make sure to use different filenames, otherwise your file will be overwritten!
Converts Cryptocurrency based on realtime exchange rates of the top 10 cryptos
Originally written by: Jonas-Taha El Sesiy Heavy modifications by: Alex Epstein
Converts currency based on realtime exchange rates
If you want to bypass to guided input you can pass in 3 arguments and it will run from there
ex.currency [baseCurrency] [exchangeToCurrency] [amountBeingExchanged]
so a valid use case would be currency USD EUR 12.35
Manage your gist like a pro
Clone your owned gists and starred gists as git repos, and Fetch/Create/Edit/Delete them with Github API. It also supports quick search with hashtag and contents.
For more information, please go through the guide
Written by: typebrook
Grab lyrics for a given song quickly from the command line.
A lightning fast meme generator.
Quick search that grabs relevant information about a movie
Performs numerical calculations all the way up to symbolic math parsing.
Takes any string of text and turns it into a qr code
This is useful for sending links or saving a string of commands to your phone
Written by: Linyos Torovoltos
Gets the link that is being masked by a url shortner
Check which ciphers are enabled / disabled for a given https site.
Sometimes ciphers are deemed vulnerable, so when you are changing configuration, this can be used to confirm that the cipher truly is disabled.
Some browsers (For example old versions of IE) don't support some of the newer ciphers, which would be a good example of when a SysAdmin would need a list of currently supported ciphers so that changes can be made.
Provides information about a certain stock symbol
Recommendation engine that provides three similar items like the supplied item
Also can provide information on a given item
Valid items are: shows, books, music, artists, movies, authors, games
export TASTE_API_KEY="yourAPIKeyGoesHere" >> ~/.bash_profile
A simplistic command line todo list
Quickly transfer files from the command line.
Provides a 3 day forecast
With no arguments it will grab the weather for your location as determined by your ip
With arguments you can pass in a city or country and get the weather in that area
Also can show the current moon phase
Provides a way to watch youtube videos from the terminal.
You can use ytview -c [channel name]
to see recent videos by that artist.
You can use ytview -s [videoToSearch]
or just ytview [videoToSearch]
to search for videos.
Written by: Linyos Torovoltos
bash-snippets is available in two different AUR packages: bash-snippets
and bash-snippets-git
.
yay -S bash-snippets # or bash-snippets-git
sudo add-apt-repository ppa:navanchauhan/bash-snippets # add bash-snippets PPA
sudo apt update # update package list
sudo apt install bash-snippets # install bash-snippets package
brew install bash-snippets # installs all tools
brew install bash-snippets --without-all-tools --with-newton --with-weather # specifying install for individual tools
git clone https://github.com/alexanderepstein/Bash-Snippets # clone the repository
cd Bash-Snippets # cd into the cloned directory
git checkout v1.23.0 # Git checkout to the latest stable release
./install.sh all # install all scripts
or
./install.sh stocks # to install individual scripts
yay -S bash-snippets # or bash-snippets-git
sudo apt update # update package list
sudo apt upgrade bash-snippets # upgrade bash-snippets package
brew install bash-snippets --without-all-tools --with-newton --with-weather # specifying install for individual tools
With any of the installed tools you can automate the update by running it with the -u option or passing in update as the arguments Ex.
stocks update
or
stocks -u
This will clone the repository and install the new versions of scripts that were installed, if you didn’t install a certain tool this script will not install the new version of that tool.
pacman -Rns bash-snippets # or bash-snippets-git
sudo apt purge bash-snippets # you can also use remove instead of purge
brew uninstall bash-snippets
git clone https://github.com/alexanderepstein/Bash-Snippets # If you don't have the Bash-Snippets folder anymore clone the repository
cd Bash-Snippets # cd into the Bash-Snippets directory:
./uninstall.sh all
./uninstall.sh
./uninstall.sh all
If this project helped you in any way and you feel like supporting me
MIT License
Copyright (c) 2017 Alex Epstein
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.