Skip to content

Instantly share code, notes, and snippets.

View neuromaancer's full-sized avatar
🎯
Focusing

Alafate neuromaancer

🎯
Focusing
View GitHub Profile
@KillyMXI
KillyMXI / README.md
Last active August 28, 2024 14:41
Obsidian list threading and highlight in live preview and source view
@sts10
sts10 / rust-command-line-utilities.markdown
Last active September 22, 2024 12:25
A curated list of command-line utilities written in Rust

A curated list of command-line utilities written in Rust

Note: I have moved this list to a proper repository. I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.

Note that I have not tried all of these personally, and cannot and do not vouch for all of the tools listed here. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.

The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.

  • atuin: "Magical shell history"
  • bandwhich: Terminal bandwidth utilization tool
@Roxbili
Roxbili / overleaf_vim.js
Last active January 16, 2024 00:45
Vim-mode in overleaf
// ==UserScript==
// @name Overleaf Editor VIM Keybindings settings
// @description Vim-mode in overleaf
// @namespace http://tampermonkey.net/
// @version 0.1.1
// @match https://www.overleaf.com/project/*
// @match https://cn.overleaf.com/project/*
// @grant none
// Source 1: https://groups.google.com/d/msg/ace-discuss/gwXMzUM17I4/9B_acHBSCQAJ
// Source 2: https://www.overleaf.com/learn/how-to/How_can_I_define_custom_Vim_macros_in_a_vimrc_file_on_Overleaf%3F