Jjj – Jujutsu Jump

jjj는 jujutsu(jj) 명령어의 revset 선택을 fzf 인터페이스로 편리하게 할 수 있도록 만든 스크립트입니다. 여러 스택을 동시에 다룰 때 생성된 북마크 이름을 쉽게 식별하고 선택할 수 있게 해주며, jj 명령어의 거의 모든 옵션을 그대로 사용할 수 있습니다. fzf를 통해 로그를 필터링하고 선택한 revset을 즉시 jj 명령어에 전달해 작업 효율을 높입니다. 또한, 패치 미리보기 기능도 지원하여 변경사항을 쉽게 확인할 수 있습니다.

https://oppi.li/posts/jjj/

#jujutsu #fzf #revset #clitool #versioncontrol

jjj

oppiliappan's μsings

oppi.li

Mining Your History with XC -
Found a goldmine of a command in your history from three days ago?
Use `xc select` to pull up your shell history in a fuzzy-finder, pick the one-liner you need, and save it to your active vault with a proper human readable description in any language you wish.

https://github.com/Rakosn1cek/xc-manager

#Terminal #Productivity #FZF #Linux #MacOS #devOps #SysAdmin #XC #Zsh #FOSS

XC doesn't just run scripts, it hooks into the #Zsh Line Editor (ZLE).
By using custom widgets, it injects commands directly into your buffer.
It’s the difference between a clunky sub-shell and a tool that feels like a native extension of your fingers.
Stop using old school messy cheat-sheets.
#Linux #fzf #cli #commandline #SelfHosted #shell #Terminal
GitHub: https://github.com/Rakosn1cek/xc-manager

Short showcase of using FZF in my Fish shell as fuzzy search autocomplete for .ssh/config. #linux #fish #fzf

https://solariz.de/posts/26/04-cli-sshcompletion-atuin/

FZF+Fish are great in SSH-Completion

I do not want to miss FZF in my linux shell in general, a great tool for parsing things like listing or history with a fuzzy search. But recently I added the functionality to use it for fuzzy search my ssh config too.

solariz.de - Tech & Thoughts
Git and Fzf Match Made In Heaven!

Well, both the tools are amazing to say the least. While combining them gives a stunning effect of productivity. I have written about Fzf1 and Git2 many times on this blog(go and find out). In this…

Unixbhaskar's Blog
Git and Fzf Match Made In Heaven!

Well, both the tools are amazing to say the least. While combining them gives a stunning effect of productivity. I have written about Fzf1 and Git2 many times on this blog(go and find out). In this…

Unixbhaskar's Blog

After digging into the manual and considering the nuclear nature of a blind -Rns in my first version, I’ve settled on this TUI style one-liner.

`pacman -Qetq | fzf -m --header "Select packages to REMOVE" --preview 'pacman -Qi {}' --preview-window=right:60% | xargs -ro sudo pacman -Rns`

I added this into my zsh plugin and tested it. It works, at least on my laptop. Now can bring the TUI prompt with a hotkey whenever I need to.
#archlinux #zsh #fzf #opensource #AwesomePlugins #github

🐢💤 Behold the revolutionary art of making Git diffs more complex than assembling IKEA furniture! All you need is #Delta, #fzf, a sprinkle of shell scripting, and the willingness to never see the sunlight again. Truly, the pinnacle of productivity hacks for those with too much time on their hands! 🙄🔧
https://nickjanetakis.com/blog/awesome-git-diffs-with-delta-fzf-and-a-little-shell-scripting #GitDiffs #ProductivityHacks #ShellScripting #TechHumor #HackerNews #ngated
Awesome Git Diffs with Delta, fzf and a Little Shell Scripting — Nick Janetakis

Spotting differences in code is an important part of what we do, Delta is by far the best CLI diff tool I ever used.

Nick Janetakis
Awesome Git Diffs with Delta, fzf and a Little Shell Scripting — Nick Janetakis

Spotting differences in code is an important part of what we do, Delta is by far the best CLI diff tool I ever used.

Nick Janetakis

Hello #Mastodon! First post here.

I've been developing mend: a Zsh-native recovery tool for #ArchLinux. It maps terminal exit codes to the Arch Wiki using #fzf.

v0.4.0 is live. Short demo video attached. (1/2)

#Linux #OpenSource #Zsh #TUI #SystemAdministration #AUR #Mend