-
-
Notifications
You must be signed in to change notification settings - Fork 764
ToDo list #781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the co 8000 mmunity.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not sure if this feature already exists but I would find it useful if you could color regular files based on their file-types (primitively given by a file's extension). So maybe an environment variable that would allow me to associate file-extensions with colors. If you use icons this functionality already exists to a certain degree (e.g. you get a specific icon for pdf-files), but I fould icons to be irritating, nevertheless would like to be able to visually differentiate file-types. |
You are right, this is done with icons. There's no plan to add colors to file name text otherwise. |
I mean, you could compile it with icons, then just tell it to print an empty string as the icon. Setting the padding to an empty string as well. Use either |
If you don't want icons with your colors, that is. |
Are there plans to support true colors? If not, what is a workaround if one has true colors enabled for the terminal for other applications? Also, is replying to this thread appropriate for feature requests or general discussion? |
Sorry, no plans to support true colors. There is no workaround. Colors in It's fine to reply in this thread. |
What do you mean be generating arm binaries with new releases? Do you just want someone to |
No it has to be CI-automated like other packages with new releases. |
@jarun just letting you know I took the liberty of creating a nnn-nerd package as you requested in a previous ToDo issue (now closed so replying here) as this is the build I will be using for the foreseeable future. I would like to mention that I'm running into the issue that some icons in my patched nerd font are two glyphs wide while others are not. This results in half rendered icons and misaligned file/directory names. Thanks for the awesome file manager. |
Afaik that issue isn't related to EDIT: I don't recall if it's the terminal or EDIT2: potentially it might even be that nerd font and what not wont correctly detected... but I'm confident I've given you enough information to research it further to make it work in your environment |
@snide was about to pick some icons which are uniform but we haven't heard from him in some time. |
Sorry, real life got in the way. I should have time this weekend. |
No problem! |
Adding on my own feature request here: Directory Traversal Memory I use this feature of lf/ranger more than I realized, and I missed it when I started using nnn. Basically, when navigating up and down through several layers of a directory tree, it’s great for the application to remember what directory or file was selected last time I traversed to it. To give an example:
|
There's no plan to remember navigational history other than the last visited directory. |
One feature that I would like to have is the possibility to remap the default key bindings. |
You can't without compiling. But that's easy. Check the troubleshooting section in the Wiki. |
Sorry, Custom keybinds under Advanced. |
Ok. Thanks. |
whats the quickest way to unselect everything; ie "a" can select all, is there a keybind to unselect everything (rather than "Space" "^J" inverse selection would be nice but i suspect after reading comments this would hinder performance (ahhh I see inverse selection is already cooking) ok just compiled....inverse selection \o/ super happy fore-fills all my needs |
Use can use |
I made a plugin for doing image previews with
It uses |
@Lucas-Summers there already exist plugins for previews preview-tui and preview-tabbed. I don't think preview with ueberzug should be a separate plugin, but your are welcome to incorporate support for it in the existing plugins as I don't think they use it. |
@KlzXS ok i'll work on integrating it into the existing plugins. |
Hi all, thanks for a great file manager! I have this question which I didn’t find an answer to. Why certain extra options (like nerd font support) can only be passed at compilation time? What speaks against having nnn compiled with these extra options by default and ability to turn them on and off via config env variables? My use case: I’m a Mac user and use homebrew package manager for everything. As a matter of principle I don’t use software that isn’t managed by a package manager. That makes it very easy for me to keep all my software up-to-date. Nnn being the only exception where I need to manually check for new versions, pull the latest git repo, compile with the nerd font option and manually place the binary to my PATH (btw, if I’m dumb and there’s a better way, please let me know :)))) |
There is a tarball compiled with icon support in the lastest release, though I'm pretty sure it's compiled for linux. The reason there isn't a package with compiled in support for icons is that it goes against nnn's goal of staying minimal, icons add a lot of bulk we don't consider strictly necessary, so we leave it to the user to decide. I don't know much about the homebrew system (I'll assume it's a bit like AUR) but consider maintaining your own package for it. I'm sure there is a way to automate the process. |
You do know that So you would comiple it with |
Thanks! I will try it that way next time. It doesn't replace the convenience of having a package manager automatically download and install the latest binary for you as it comes out :) |
@luukvbaal Sorry for not getting back to you quickly. I think it looks great! Definitely addresses all of the faults in #851 and I love the extra add-ons too. Works good on my system |
Rolled at #881. |
Rolled from #719.
Cooking
-u
removed (always prefer selection to hovered)fzcd
now selects the chosen file (Go to file directly with fzf instead of directory #876)ueberzug
support in pluginpreview-tui
preview-tui-ext
with extra preview support$PWD
in WIkitogglex
to toggle exe mode of a selection (Is it possible to make multiple files executable? #813)memccpy()
buffer overlap fault on macOS ("illegal hardware instruction" on macOS compiled nnn when invoking any plugin #786)0 selected
msg on cp/mv with empty selection (Clear selection (mm) does not delete .selection file causing copy/move to error #855)Up for grabs
For anything else please discuss in this thread.
Contribution guideline.
The text was updated successfully, but these errors were encountered: