Rust + Lua Now this sounds like a match made in heaven
@singletona0823 жыл бұрын
Alright this is going on my pi zero. Thanks for the heads up brodie.
@BrodieRobertson3 жыл бұрын
Hope it goes well
@xllvr3 жыл бұрын
Very interesting concept. I'm not sure I wanna shift from nnn to this but perhaps one day, esp if the documentation gets better
@sayanarijit2 жыл бұрын
I think documentation got much better. Can't link it here though as yt will remove my comment.
@catfan561811 ай бұрын
@@sayanarijitWhy should KZbin do that?
@glidersuzuki55723 жыл бұрын
The weird thing is I just searched for xplr in youtube to see some demo or customization coz I was lazy to read the man but there was none. So good its available few hours later.
@BrodieRobertson3 жыл бұрын
I think I've caught this before most people knew about it
@doooofus3 жыл бұрын
I am going to use the XPLR file manager!
@BrodieRobertson3 жыл бұрын
Have fun
@AnzanHoshinRoshi3 жыл бұрын
Thank you, Brodie.
@marcelorebazabartra7573 жыл бұрын
Which bar are you using? Hoy do you get the window icons
@SamuTheFrog6 ай бұрын
Not sure about icons but the bar looks more or less like awesomewm's default with some minor tweaks.
@boscovallejo-nagera60733 жыл бұрын
Now I want to know if there's a way to get Überzug image previews in
@armynyus91233 жыл бұрын
I did not see *any* preview, not even text (?)
@boscovallejo-nagera60733 жыл бұрын
@@armynyus9123 their github shows text previews
@sayanarijit3 жыл бұрын
Hey, author here. Preview was one of the recent additions, yet to be thoroughly tested and documented. Check pull requested no 229.
@armynyus91233 жыл бұрын
@@sayanarijit I will, thanks Arijit. Hope you allow third party terminal rendering tools and if so, I hope you inform them via env vars about the preview window size, otherwise I'll post an issue ;-)
@sayanarijit3 жыл бұрын
@@armynyus9123 yes 3rd party tools is the only way because xplr doesn't come with a built-in previewer. It only adds support for implementing a custom previewer. Feel free to post issues anytime.
@MoreChannelNoise Жыл бұрын
It has a plugin that gives you 3 panes like in ranger and LF and a bunch of other pluigins
@KevoTHRASHER3 жыл бұрын
Where can buy your hoodie, sick style, Hi from México
@atifchy_3 жыл бұрын
2:13 alacritty bug
@akarimarisa96753 жыл бұрын
I really want to into terminal file manager, but I need use MTP sometime, I don't know is there any solution that you can access Android files in terminal file manager.
@BrodieRobertson3 жыл бұрын
I use simple-mtpfs to mount my android phone
@colinikeomierswe12832 ай бұрын
382 Mayer Mount
@AcidiFy5743 жыл бұрын
It's interesting how many applications use LUA ??? Should I learn LUA & Emacs-LISP now??? 😂
@gimcrack5553 жыл бұрын
Lua is nice and it's the only real programing language I can say I really know. It actually came in handy a few times. I really wasn't trying to learn Lua really. I just stumble onto a 2D gaming engine call LOVE. I wanted to make a few 2D games and this didn't seem to hard to do. And Lua is really easy to pickup, at least for me it was. Try out LOVE 2D gaming engine and fiddle around making a simple 2D game. You should pickup how to use Lua pretty quick this way. At least for me it did.
@AcidiFy5743 жыл бұрын
@@gimcrack555 is LOVE_2D FOSS???
@gimcrack5553 жыл бұрын
@@AcidiFy574 Yes, just Google it; LÖVE (or Love2D) is an open-source cross-platform engine for developing 2D video games. The engine is written in C++ and uses Lua as its scripting language. It is published under the zlib license.
@etopowertwon Жыл бұрын
Lua used a lot. It's modern day tcl basically. It's really easy to embed and it allows great flexibility. I wouldn't have half of fun from minecraft if it was not automation with ComputerCraft/OpenComputers in lua.
@mohameai59973 жыл бұрын
when are you going to rice the bar
@BrodieRobertson3 жыл бұрын
This is a good question
@eriklundstedt94693 жыл бұрын
The bar in awesome is fairly easy to rice, I think I did it After a month or so of using it
@liftlinux94213 жыл бұрын
@@BrodieRobertson It's almost 7 months of using AwesomeWM, now time for the bar before year end
@explosionmental27813 жыл бұрын
vifm
@ConradCeleste-t6z2 ай бұрын
Nitzsche Loaf
@geogeo36443 жыл бұрын
t shirt 🦀
@laughingvampire75554 ай бұрын
emacs
@fahimabrar29223 жыл бұрын
Why people use these cli-tui file managers! standard commands with fzf is way more faster, efficient & better to learn new stuff.
@sayanarijit3 жыл бұрын
I'd say it depends on the usage. If your objective is to learn and run some quick commands every now and then, the coreutils commands should be enough. For e.g. if you only want to create a file with some text in it, `cat` is enough. If you want edit functionalities, nano/vi/vim is the way to go. If you spend most of the day writing code or editing text, you need something more powerful which integrates well with other tools. Like neovim/emacs/vscode. If your development environment is more complex and requires a dedicated platform (e.g. java/android), heavy IDEs like eclipse/android studio will be needed.
@tapank4153 жыл бұрын
i think they are kinda useless (tui file managers), for me cd & ls & cat is enough for me, fzf is way to go when they're too many files in dir. , all the things you can do in tui file manager is possible with same speed or even faster with fzf combined with cd ls cat cp & mv etc. I'll rather use a GUI file manager Instead of TUI one when i centainly need one to use. So far i've tried ranger, mc, lf, nnn, all of them basically same except mc, mc is little good, Anyhow I just dont like file managers at all.
@tapank4153 жыл бұрын
Vscode's explorer isn't enough for most projects? It is for me ofcourse, I tmux in windows terminal & wsl ubuntu for web development.
@sayanarijit3 жыл бұрын
@@tapank415 If you closely look what xplr or many other tui file managers do, you'll find that they combine cp, mv, rm etc., expose them via some key binding, and provide a way to visually explore files and directories. Specially in case of xplr, it depends on cp, mv, rm, fzf (optional) etc. to function. GUI file managers are also good, but doesn't provide a lot of integration options. For e.g. you can't or won't integrate a GUI file explorer with vim for file exploring and management. You can of course use the vim's inbuilt file manager, but that's somewhat limiting (for my use case at least) in terms of features and integration options. Even I use the coreutils commands for most of the tasks. But find both GUI and TUI file explorers handy in different use cases. What I want to conclude is that TUI file explorer aren't there to replace the standard commands. At least not xplr. It only provides a framework for the users to utilize those standard commands to the fullest, using an intuitive and flexible interaction mechanism.