Skip to content

Instantly share code, notes, and snippets.

View LeileiChui's full-sized avatar
🎯
Focusing

Leilei Chui LeileiChui

🎯
Focusing
View GitHub Profile
@LeileiChui
LeileiChui / rust-command-line-utilities.markdown
Created January 12, 2025 03:59 — forked from sts10/rust-command-line-utilities.markdown
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
@LeileiChui
LeileiChui / 10-manjaro-zfs-grub.md
Created April 8, 2024 14:56 — forked from kongkrit/10-manjaro-zfs-grub.md
Install Manjaro on ZFS root with systemd-boot or grub
@LeileiChui
LeileiChui / build_fastdfs.sh
Last active February 28, 2023 19:30
Auto Build Latest FastDFS With Docker(使用 Docker 自动构建最新版本 FastDFS)
#/bin/bash
set +x
################
# Install dependencies
################
cat >/etc/apt/sources.list <<EOF
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse