- Form History - https://stephanmahieu.github.io/fhc-home/
- Shell Directory Management - https://github.com/mcwoodle/shell-directory-management/blob/master/README.md
- Browser Extensions
- https://addons.mozilla.org/en-US/firefox/addon/screenshot-capture-annotate/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
Friday, May 28, 2021
Productivity Tools
Monday, May 24, 2021
Wednesday, May 19, 2021
Updating Or committing packages recursively
for dir in ~/projects/git/*; do (cd "$dir" && git pull); done
Tuesday, May 18, 2021
Subscribe to:
Posts (Atom)