#yazi #zoxide
https://gist.github.com/jacostag/44f040e8a3bbe20f73434fb5eb99fece
Are you a Zellij enjoyer who also uses #yazi and #helix?
Integrate all your tools in an IDE-like experience with the yazelix plugin, locally or over ssh.
Check out yzelix, one of my most popular plugins >>>

Zellij, Yazi with Nushell and Lua scripting add a File Tree to Helix (or your prefered editor). An IDE-like experience, in the terminal. With nix as the only dependency. - luccahuguet/yazelix
There’s life beyond VSCode… thought I’d share my dev setup:
• Main monitor: WezTerm¹ running in a three (sometimes four)-way split with Helix Editor² as my main editor, a terminal pane for general commands while working, and Yazi³ usually running in another for working with files/directories in a project.
• Other monitor: Sublime Merge⁴ always running full-screen so I can immediately see exactly what I’ve changed (in real time) as I’m working.
Others (not shown): Browser(s) on a third screen and my laptop’s monitor as a fourth screen sometimes for other apps (read: distractions) :)
What’s yours like?
¹ https://wezterm.org
² https://helix-editor.com
³ https://github.com/sxyazi/yazi
⁴ https://www.sublimemerge.com
#myDevSetup #web #dev #WezTerm #HelixEditor #Yazi #SublimeMerge
Имелось:
- стандартные хоткеи в yazi для копирования путей с сомнительными описаниями и кривой семантикой
- добавленные мною хоткеи с теми же проблемами
- написанные мною когда-то хоткеи в конфиге nvim'а с теми же проблемами, к тому же не соотносящиеся с хоткеями в yazi
В итоге я либо не помнил, какой именно у меня используется хоткей, либо в целом забывал о существовании некоторой функции. Чаще всего просто копировался полный путь, вставлялся в пустой буфер и ручками редактировался, после чего снова копировался.
Сегодня мне это надоело, поэтому я переделал хоткеи, чтобы у них была вменяемая семантика, плюс чтобы они были одинаковые в yazi и nvim с точностью до префикса.
Any folks around use #Yazi terminal file manager? I'm struggling to figure this out. I have neovim set as my default text editor and that works fine. I have meh configured as my image viewer. For CSV files, I'd like to add an entry for LibreOffice to the Open With menu, but I can't seem to get it. I can add the following prepend rule and it will open csv files with LibreOffice by default, is there a way to just add it to the Open With menu?
#Terminal #CLI #FileManager #Linux
1/2
Изменил диалоговое окно выбора файлов с #gtk на открытие в #yazi https://github.com/hunkyburrito/xdg-desktop-portal-termfilechooser
Но не всё так гладко прошло как в инструкции. Пришлось создать файл ~/.config/environment.d/xdg-portal.conf с содержимым:
TERMINAL=kitty
XDG_CURRENT_DESKTOP=bspwm
и заблочить xdg-desktop-portal-gtk
И вроде всё заработало, включая #qt приложения.