harsh3466

joined 2 years ago
[–] [email protected] 5 points 8 months ago (1 children)

I believe this is a Mastodon post that's also federating to lemmy

[–] [email protected] 4 points 8 months ago (9 children)
[–] [email protected] 5 points 8 months ago

Sadly, this is by design.

[–] [email protected] 5 points 8 months ago (1 children)

Am American. Never heard of four wheel turning shoppng carts and want them right now.

[–] [email protected] 1 points 8 months ago

That's wonderful!

[–] [email protected] 2 points 8 months ago
[–] [email protected] 2 points 8 months ago (1 children)

I've used pecans and almonds in the past. Chocolate or other sauces are sometimes used as an accompaniment instead of the honey and nuts. Honestly, it's a free for all when it comes to toppings.

[–] [email protected] 1 points 8 months ago

They're so good! Hit them up for some!

[–] [email protected] 1 points 8 months ago

You steal our women and we steal your donuts?

[–] [email protected] 1 points 8 months ago

I'm not familiar with autojump

[–] [email protected] 2 points 8 months ago

Nice! I guess I can be even lazier when navigating!

[–] [email protected] 30 points 8 months ago (5 children)

zoxide. It's a fabulous cd replacement. It builds a database as you navigate your filesystem. Once you've navigated to a directory, instead of having to type cd /super/long/directory/path, you can type zoxide path and it'll take you right to /super/long/directory/path.

I have it aliased to zd. I love it and install it on every system

You can do things like using a partial directory name and it'll jump you to the closest match in the database. So zoxide pa would take you to /super/long/directory/path.

And you can do partial paths. Say you've got two directories named data in your filesystem.

One at /super/long/directory/path1/data

And the other at /super/long/directory/path2/data

You can do zoxide path2 data and you'll go to /super/long/directory/path2/data

view more: ‹ prev next ›