Advertisement · 728 × 90
#
Hashtag
#zoxide
Advertisement · 728 × 90
Original post on hachyderm.io

I evaluated zoxide as a cd replacement and decided against it.

zoxide does one trick — frecency-based (yes, that's a real word, it means frequency+recency) fuzzy directory jumping — and it's a genuinely great trick. `z foo bar` instantly finds the best-matching deep path. If that's your main […]

0 1 0 0
Post image

Zoxide learned my filesystem, and browsing my files has never been easier Zoxide is a game-changer for file management in the terminal, and it can be useful beyond that, too. Here's why it belo...

#Linux #Microsoft #Windows #11 #Zoxide

Origin | Interest | Match

0 0 0 0
Preview
Stop Using Only cd: Learn pushd, popd, and zoxide in Linux Discover advanced navigation techniques in Linux with pushd, popd, and zoxide. Enhance your command line efficiency beyond the basic 'cd' command. The post Stop Using Only cd: Learn pushd, popd, and zoxide in Linux appeared first on Linux Today.
1 0 0 0

Zoxide shines with its fuzzy matching and intelligent ranking system, learning your habits to predict destinations. This often beats simple shell history for frequently accessed, complex paths, making navigation seamless. #Zoxide 2/6

0 0 1 0

I am giving a talk next week about how to use your computer in a more efficient way: #homerowmods, copy/paste with #copyq, screenshots with #flameshot, #wezterm, #tmux, #zsh, #vim, #neovim, #windowtilingmanager, #bat, #eza, #fzf, #rg, #fd, #zoxide, #yazi or #vifm, #lazygit
Any other ideas?

1 0 0 0
Preview
zoxide and kitty terminal in your Alfred for faster directory navigation on macOS Today as I was preparing emails with different bunches of attachments for my 2025 financial statements, I looked into faster directory navigation via Finder, so that I could use Dropover more effectiv...

I took me a while to find a working solution to run #kitty terminal via the "Terminal" feature of #macOS #alfred, so I published it on my #til site. The focus of the effort was actually #zoxide directory jumping from #Alfred, which you might also find helpful:

charlbotha.com/til/zoxide-a...

1 0 0 0
Happy SysAdmin Day! Get your free gift: 10 Terrific Tools for the Busy Admin | In partnership with Hetzner

Happy SysAdmin Day! Get your free gift: 10 Terrific Tools for the Busy Admin | In partnership with Hetzner

Don't miss the latest installment of 10 Terrific Tools for the Busy Admin! You get articles about open source tools and utilities for your admin toolbox. Download your copy before it's gone on August 31st!
mailchi.mp/admin-magazi...
#SysAdminDay #DiffPDF #WireGuard #electerm #zoxide #Hetzner

0 0 0 0
最近のいろいろ いろいろ変更点があったのでまとめて記録しておいたものを貼っておく。 * * * ## vscode vim 日本語入力時の不具合対策 vscodeでvim拡張利用時の日本語入力時の不具合(ひらがなが入ってしまったり右にある文字を上書きしてしまう)防止のために`editor.experimentalEditContextEnabled`を`false`にする必要がある。 * * * ## chezmoi chezmoi - chezmoi Manage your dotfiles across multiple machines, securely. https://www.chezmoi.io/ * vim単体で使い物になるように整理とプラグインの追加をした * `chezmoi`を導入してドットファイルを管理できるようにした * `chezmoi init` gitリポジトリ名 :gitリポジトリで初期化 * `chezmoi apply` :各dotfileを現在のディレクトリに書き込む * `chezmoi add` ファイル名 : 新しく管理するファイルを追加 * `chezmoi re-add` :管理中のファイルのうち更新されたものをすべて反映 `chezmoi`は`~/.local/share/chezmoi`以下で管理される。 以下はfishに作ったエイリアス * `dotfile` chezmoiが分かりづらいのでエイリアスに * `dotfile-pull` リポジトリから現在のdotfileをpull * `dotfile-push` 現在のローカルリポジトリを`git add -A git commit`して`git push`する * * * ## 開発環境ツール mise 簡単に使用するツールを入れ替えられるRust製ツールmiseを入れてみた。 ### インストール Terminal window curl https://mise.run | sh ### 各種シェル用に有効化する bashの場合 Terminal window echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc fishの場合 Terminal window echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish ### 使い方 Terminal window # 正しく利用可能になっているかの確認 mise doctor # インストールされているツールの表示 mise ls # ツール単位の表示も可能 mise ls node # インストール可能なツールの表示 mise plugins ls-remote # -all オプションですべてのバージョンを表示 mise plugins ls-remote --all # ツールやツールのバージョンを指定してリスト表示もできる mise plugins ls-remote node mise plugins ls-remote node@23 # 利用するツールを指定する # インストールも同時に行える # --globalオプションでグローバル適用(homeの外でも有効) mise use --global node@23 # 利用停止するツールを指定する # アンインストールも同時に行える mise unuse node@23 # インストール mise install node@23 # アンインストール mise uninstall node@23 ### プロジェクトごとにツールを管理する プロジェクトディレクトリに`.mise.toml`を作成しそのディレクトリ以下で使いたいツールを書く。 `mise i`でインストールする。 [tools] node = '24' watchexec = 'latest' ## 各種シェルで zoxide を使うときのメモ ### インストール Terminal window curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh ### Bash 以下を`~/.bashrc`の最後に追記 Terminal window eval "$(zoxide init bash)" ### Fish 以下を`~/.config/fish/config.fish`の最後に追記 zoxide init fish | source ### Nushell 以下をnushellのenvファイルに追記(ファイルの場所は `$nu.env-path`と打つと表示される) Terminal window zoxide init nushell | save -f ~/.zoxide.nu その後nushellのconfigファイルに追記(`$nu.config-path`でファイルの場所を表示) Terminal window source ~/.zoxide.nu ### PowerShell 以下をconfigファイルに追記(ファイルの場所は`echo $profile`で表示) Terminal window Invoke-Expression (& { (zoxide init powershell | Out-String) }) * * * ## Windows 環境の scoop でインストールした vim について プラグインの場所はホームディレクトリの`vimfiles`(隠しディレクトリではない)に置く。 `~/.vimrc`でのプラグイン自動インストール例(Jetpack)は以下の通り。 " jetpackの自動インストール " Windows環境では $HOME を使用してホームディレクトリを指定します。 let s:jetpack_plugin_path = expand('$HOME/vimfiles/pack/jetpack/opt/vim-jetpack/plugin/jetpack.vim') if empty(glob(s:jetpack_plugin_path)) let s:curl_command = printf('curl -fLo "%s" --create-dirs https://raw.githubusercontent.com/tani/vim-jetpack/master/plugin/jetpack.vim', s:jetpack_plugin_path) silent execute '!' . s:curl_command autocmd VimEnter * JetpackSync endif ## neovim でコンフィグファイルの場所を確認する方法 neovim上のコマンドで`:echo stdpath('config')`を実行する。 * * * ## vim プラグインを見直す vimのプラグインマネージャーをjetpackに変更した。 GitHub - tani/vim-jetpack: The lightning-fast plugin manager, alternative to vim-plug The lightning-fast plugin manager, alternative to vim-plug - tani/vim-jetpack https://github.com/tani/vim-jetpack Plugのときと同じような書き方で動作する。 fzfのプラグイン設定が間違っていたので修正した。コマンドは以下のとおり。 Command| List ---|--- `:Files [PATH]`| Files (runs `$FZF_DEFAULT_COMMAND` if defined) `:GFiles [OPTS]`| Git files (`git ls-files`) `:GFiles?`| Git files (`git status`) `:Buffers`| Open buffers `:Colors`| Color schemes `:Ag PATTERN]`| [ag search result (`ALT-A` to select all, `ALT-D` to deselect all) `:Rg PATTERN]`| [rg search result (`ALT-A` to select all, `ALT-D` to deselect all) `:RG PATTERN]`| [rg search result; relaunch ripgrep on every keystroke `:Lines [QUERY]`| Lines in loaded buffers `:BLines [QUERY]`| Lines in the current buffer `:Tags [PREFIX]`| Tags in the project (`ctags -R`) `:BTags [QUERY]`| Tags in the current buffer `:Changes`| Changelist across all open buffers `:Marks`| Marks `:Jumps`| Jumps `:Windows`| Windows `:Locate PATTERN`| `locate` command output `:History`| `v:oldfiles` and open buffers `:History:`| Command history `:History/`| Search history `:Snippets`| Snippets (UltiSnips) `:Commits LOG_OPTS]`| Git commits (requires [fugitive.vim) `:BCommits [LOG_OPTS]`| Git commits for the current buffer; visual-select lines to track changes in the range `:Commands`| Commands `:Maps`| Normal mode mappings `:Helptags`| Help tags 1 `:Filetypes`| File types GitHub - junegunn/fzf.vim: fzf vim fzf :heart: vim. Contribute to junegunn/fzf.vim development by creating an account on GitHub. https://github.com/junegunn/fzf.vim
0 1 0 0
Preview
zoxide: tips and tricks zoxide is a smart and fast alternative to cd that learns your directory usage patterns and allows you to jump to directories quickly. It’s one of my favorite command-line tools and it’s an essential p...

Starting the day with a couple of tips and tricks for using my beloved #zoxide effectively batsov.com/articles/202...

3 0 0 0
Post image

zoxide: tips and tricks zoxide is a smart and fast alternative to cd that learns your directory usage patterns and allows you to jump to directories quickly. It’s one of my favorite command-line ...

#zoxide #tips-and-tricks #shell #terminal #productivity #linux […]

[Original post on batsov.com]

0 1 0 0
Original post on col.social

Oxidando o rustizando la terminal de Linux. #rustlang nos aporta un nuevo ecosistema para aportar a nuestras utilidades y flujos de trabajo en la terminal. No se trata de estar implementados en Rust, son implementaciones que aprovechan a modernizar las utilidades y nos aportan información extra […]

0 0 1 0

So TIL that to get back in the directory you were in before, you can just do "cd -".

Also, turns out, you can just switch back to the git branch you were in previously with "git checkout -".

I love learning little things like this!

#zoxide #git

6 0 2 0