Skip to content

Commit 39a3e8f

Browse files
committed
...
1 parent a49ce13 commit 39a3e8f

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

misc/content/2022/12/great-command-line-tools-developed-in-rust/great-command-line-tools-developed-in-rust.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2022-12-21 10:14:53
3-
Modified: 2024-09-13 10:48:01
3+
Modified: 2025-05-08 23:50:39
44
Author: Benjamin Du
55
Slug: great-command-line-tools-developed-in-rust
66
Title: Great Command Line Tools Developed in Rust
@@ -162,10 +162,6 @@ is a command-line tool and Rust library
162162
for generating regular expressions from user-provided test cases
163163
.
164164

165-
## [zoxide](https://crates.io/crates/zoxide)
166-
[zoxide](https://crates.io/crates/zoxide)
167-
is a smarter cd command for your terminal.
168-
169165
## [delta](https://github.com/dandavison/delta)
170166
[delta](https://github.com/dandavison/delta)
171167
is a syntax-highlighting pager for git, diff, and grep output.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Status: published
2+
Date: 2025-05-08 23:48:59
3+
Modified: 2025-05-08 23:48:59
4+
Author: Benjamin Du
5+
Slug: tips-on-zoxide
6+
Title: Tips on Zoxide
7+
Category: Computer Science
8+
Tags: Computer Science, programming, shell, zoxide
9+
10+
**Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.**
11+
12+
13+
fzf + find + cd is a better solution than zoxide.
14+
15+
[zoxide](https://crates.io/crates/zoxide)
16+
is a smarter cd command for your terminal.

0 commit comments

Comments
 (0)