-
๐ญ bic | Static blog generator, in bash
Intereresting someone built a blog generator in bash. it comes with normal markdown to html, static content, robots.txt
-
urllink
Today I discovered the `Urllink` function in bash from the ujust tool from [ublue.it](https://ublue.it). Seems like a cool trick, but might not work everywhere
-
๐ญ casey/just: ๐ค Just a command runner
new versions of just now come with color variables already set. bash [group('manage')] version: !/usr/bin/env
-
๐ญ pipedream/justfile at main ยท thechangelog/pipedr...
I found this nugget in thechangelogs justfile, it lets you add color to your justfile with variables quite easily.
-
๐ญ hostnamectl to easily change hostname | Pype.dev
For some reason the ublue ecosystem does not prompt you to set your hostname on install and you get a hostname like bazz
-
convert mp4 for twitter with ffmpeg
I've had a couple of uploads to twitter fail recently and has been a pain. I tried some online converters for convenience, but none of them worked. I rea
-
cli auth
Authentication from cli tools can be a bit of a bear, and I have to look it up every time. This is my reference guide for future me to remember how to easily do
-
๐ญ wincent/aspects/dotfiles/files/.zshrc at 85fc42d...
Wincent (Greg Hurrel) has a pretty solid and fast zshrc. I recently grabbed his completion section and it seems to be w
-
jpillora-installer
jpillora/installer is the install script generator I have been looking for. It downloads binaries for your machine from GitHub releases and unzips them for you.
-
๐ญ Deleting Specific Lines in a File with sed or yq
sed can be a tricky beast, I often stumble when trying to pipe into it. Next time I need to use sed, I should reference
-
dash e your github docker actions
Give github actions the -e flag in the shebang `#!` so they fail on any one command failure. Otherwise each line will set the exit status, but only the last one
-
GitHub Actions Delete all Workflow Runs
Today I ran a bunch of actions, but I wanted to clean up all the runs that I used to get it setup so that I had a good clean history to refer back to later. I f
-
Code Review from the comfort of vim | Diffurcate
I often review Pull requests from the browser as it just makes it so easy to see the diffs and navigate through them, but there comes a time when the diffs get
-
Open files FAST from zsh | or bash if thats your t...
https://youtu.be/PQw_is7rQSw I am often in a set of tmux splits flying back and forth, accidentally close my editor, so when I come back to that split and hit m
-
30 days dotfile ricing
[https://youtu.be/Jq1Y48F_rOU](https://youtu.be/Jq1Y48F_rOU){.youtube-embed} I am challenging myself to 30 days of dotfile ricing. I have been on linux desktop
-
JUT | Read Notebooks in the Terminal
Trying to read a .ipynb file without starting a jupyter server? jut has you covered. https://youtu.be/t8AvImnwor0 watch the video version of this post on [YouT
-
Trim unused git branches
Trim branches no longer on origin Find branches already merged
-
Create a Virtual File Gallery with Symlinks
Creating a directory that is a union of several directories can be achieved with a few symlinks at the command line. Creating a Virtual File Gallery Here is how
-
How to Install micromamba on linux (from the comam...
I really like using conda (`miniconda`) as my python virtual environment manager of choice. It's simple and it includes its own python interpreter using t
-
Vim Wsl Clipboard
I've long used neovim from within windows wsl, and for far too long, I went without a proper way to get text out of it and into windows. wsl has access to
-
Quickly Edit Posts
Recently I automated starting new posts with a python script. Today I want to work on the next part that is editing those posts quickly. [[ automating-my-post-
-
If Tmux
I do much of my work from tmux, I love it so much that I want to setup some functionality that puts me in tmux even if I didn't ask for it. Bash Function B
-
Newsboat
Web browsers are a black hole of productivity. I try to use them as little as possible when it is time to focus. I try to use `help`, `?`, or `??` with ipytho
-
Find and Replace in the Terminal.
notes about find and replace techniques
-
Creating Reusable Bash Scripts
Bash is a language that is quite useful for automation no matter what language you write in. Bash can do so many powerful system-level tasks. Even if you are on
-
How to Install miniconda on linux (from the comman...
Installing miniconda from only the command line can be a bit of an intimidating task your first time. Lets walk through how to do it.
-
Supercharge Zsh Startup
I have been using oh-my-zsh successfully for about 2 years now. But lately my startup time has been really bothersome. It has grown to the point where it was ta
-
๐ Bash Notes
Waylon Walker's Bash Notes