Skip to content

Commit

Permalink
Added a Table of Contents to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeseekr committed Oct 22, 2020
1 parent 8a745fb commit a7a98d3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* [2020-10-22 01:01:01 CDT] - [git-mtime] Restores the file modification times of your git workdir to the repo's.
* [2020-10-22 04:34:32 CDT] - [ssh-keyphrase-only-once] Only type in your SSH keyphrase once per boot.
* [2020-10-22 16:22:09 CDT] - [turn-off-monitors] Easily turn off all of your monitors via the CLI.
* [2020-10-22 18:36:34 CDT] - Added a Table of Contents to the README. HEAD -> v2.0

Behavioral changes:
* [2020-10-22 14:53:09 CDT] - [changelog-maker-lite] Now outputs Markdown lists.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HopeSeekr's Bash Scripts
# HopeSeekr's Bash Scripts Collection

Utilities to ease your life.

Expand All @@ -7,6 +7,37 @@ that improve my experience with Linux substantially!

They are sorted by how much utility they provide me, descending.

Table of Contents (Categorized)
===============================

* **Super Productivity**
* [bash_rc.aliases](#bash_rcaliases) - High-Octane .bashrc aliase and functions for a better Quality of Life.
* [sudoers.d/00_prompt_once](#sudoersd00_prompt_once) - Only prompt for your sudo password once per boot.
* [ssh-keyphrase-only-once](#ssh-keyphrase-only-onceinstaller) - Only prompt for your SSH keyphrase once per boot.
* [gitconfig](#gitconfig) - High-Octane Git CLI Configuration.
* **CronTabs**
* [cron.daily/00_clear-cache](#crondaily00_clear-cache) - Remove useless cache files nightly.
* [cron.daily/01_purge-locales](#crondaily01_purge-locales) - Remove worthless intl locales.
* [cron.hourly/btrfs-snapshot](#cronhourlybtrfs-snapshot) - Backup your BTRFS / hourly.
* [cron.daily/btrfs-snapshot](#crondailybtrfs-snapshot) - Backup your BTRFS / daily.
* **Quality of Life**
* [ls-by-min ](#ls-by-min-) - Sorts the output of `ls` by file size, descending.
* [random-file [dir]](#random-file-dir) - Randomly picks a file or directory and displays it.
* [sync-watch](#sync-watch) - Outputs a tiny, updating display of how many MBs need to be written to disks.
* [turn-off-monitors](#turn-off-monitors) - Turns off all monitors via the Command Line (CLI).
* **Uber Scripts** (很好的控制台脚本)
* [changelog-maker-lite](#changelog-maker-lite) - Quickly creates a beautiful changelog from the commit history.
* [git-mtime](#git-mtime) - Restores every file's modification time to that of the repo's history.
* [stream-to-youtube](#stream-to-youtube) - Live Screencast directly to YouTube from the CLI.
* [watermark.sh](#watermarksh) - Easily embed your own image watermark onto videos.
* [x265.sh](#x265sh) - Transcode to h265 HEVC via the Intel graphics card using VAAPI.
* **Esoteric Utilities**
* [arch-pacman-dupe-cleaner](#esotericarch-pacman-dupe-cleaner) -
* [init-btrfs-rootfs](#esotericinit-btrfs-rootfs) - Remove duplicated Arch Linux Pacman entries.
* [clone-github-repos.php](#esotericclone-github-reposphp) - Downloads all of a user's/org's GitHub repositories.
* [License](#license) - Creative Commons v4.0 International
* [About The Author](#about-the-author)

## bash_rc.aliases

This is arguably the most important piece of the project!
Expand Down

0 comments on commit a7a98d3

Please sign in to comment.