Dotfiles Alternatives
Similar projects and alternatives to dotfiles
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
murex
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
-
sixel-tmux
sixel-tmux is a fork of tmux, with just one goal: having the most reliable support of graphics
-
-
-
-
-
-
teaching
:mortar_board: Materials for my lectures including programming langauge design, software engineering and human-computer interaction.
-
Image-Term256Color
Discontinued Display images in your 256 color terminal! (kinda) - superseded by https://github.com/moshen/gotermimg
-
-
-
-
-
dotfiles discussion
dotfiles reviews and mentions
-
Show HN: a Rust Based CLI tool 'imgcatr' for displaying images
If you're on MacOS an imgcat tool pairs well with an imgpbcopy tool like this:
https://github.com/williamcotton/dotfiles/blob/master/bin/im...
Then creating a shell function like:
imgc() {
-
Course using F#: Write your own tiny programming system(s)
I started down this path sometime last year with Crafting Interpreters and I’ve gotten obsessed with this entire world since. I wrote a little language [0] using Python Lex Yacc a couple of months ago at work because I wanted an awk-like way to quickly make graphs/charts from the CLI. Then I wrote a parser-as-a-type in TypeScript [1] for the same grammar.
My plan was to take a look at OCaml for future tinkerings with parsers, but man, F# is already looking very familiar between TypeScript and Lex/Yacc-like things.
Thanks for this post, I think I might have a new favorite language in the oven!
[0] https://github.com/williamcotton/dotfiles/blob/master/bin/pl...
[1] https://github.com/williamcotton/dotfiles/blob/master/bin/pl...
Stats
The primary programming language of dotfiles is Python.