wynd pushed to master at wynd/zoomie
-
52b97bc36d Attempt at making this work on windows systems too
wynd pushed to master at wynd/cargo-semver
-
79a1b5af30 New clap arg to output the given semver to stdout
wynd pushed to master at wynd/zoomie
-
2bc6898b15 Hiding the cursor while dragging the screen
wynd pushed to master at wynd/.dotfiles
-
3f441c3c09 Fixed some file paths, better shortcuts for git-heatmap and more git aliases
wynd pushed to master at wynd/zoomie
-
5e8716acf0 Some cleanup
-
9127c4ddac Smooth spotlight scaling
- Compare 2 commits »
wynd pushed to master at wynd/git-heatmap
-
c9046f9a0e Chunk based heatmap for wrapping on multiple rows
wynd pushed to master at wynd/.dotfiles
-
4a75c65d48 Added more install libs and nushell env vars
wynd pushed to master at wynd/git-heatmap
-
c5341996f8 Fixed empty space being added for the first day of the heatmap if its also first day of the month
wynd pushed to master at wynd/.dotfiles
-
ae23157b3e Nushell configs and setup
wynd pushed to master at wynd/.dotfiles
-
40d04ff874 Added formatting enable/disable commands for nvim, rg and blockbench to the install script and set the regex engine for git fetches to PCRE2
wynd pushed to master at wynd/bfin
-
7c683ec2fe Actually added the nasm/ld steps in the binary itself
wynd pushed to master at wynd/bfin
-
5d7231ae8c Single byte input instead of buffering the input
wynd pushed to master at wynd/bfin
-
f39dde9c64 Added a fmt file and formatted the whole project
wynd pushed to master at wynd/bfin
-
659f9fbe65 Removed makefile for a simpler sh script and finalized the compiler with loops
-
31d7cb27c6 Added move and input tokens
-
fdefd706a9 Added a cargo-make config for easier testing
-
f88072f7ac First iteration of the BF compiler to ASM, only supports 3 operations
- Compare 4 commits »
wynd pushed to master at wynd/git-heatmap
-
267e361849 Added git2 dep to actually get all the local branches
wynd pushed to master at wynd/bfin
-
4b29043d58 Avoiding a clone when loading the program from file
wynd pushed to master at wynd/bfin
-
b416a32ee7 Counting actual instructions
wynd pushed to master at wynd/bfin
-
7f53e13f4f Removed the short-hello.bf example