-
-
Notifications
You must be signed in to change notification settings - Fork 761
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 community.
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
ToDo list #1416
Comments
Is there option to not display "nnn is already running" when I opened shell in nnn, but to move me to that running nnn. |
Yes, just replace it with # Block nesting of nnn in subshells
[ -n $NNNLVL ] && [ "${NNNLVL:-0}" -ge 1 ] && exit Btw, I don't get the point of |
Thank you! I also added |
Why does mapping some action to Ctrl + I causes a key collision? |
That's because Ctrl+I sends the TAB key on terminals. 1 Footnotes |
Final version of Colemak-DH key binding patches is done. Changes from previous version
Summary of changesKey bindingsNavigation
Files
Other
|
@luukvbaal please plan to add to the patch framework. Once you are done, I'll plan for the next release. |
It's a dead tool - jhawthorn/fzy#135 |
I'm not sure a couple of feature requests not addressed within a few months is enough to mark it dead. I, for instance, have software that was updated more than 15 years ago, but it still works as expected and is unlikely to get any more updates. Another good example is bspwm, which is pretty slow in terms of bug and feature requests handling with the last release 2 years ago, but it's not going anywhere. Another thing, nobody discarded forks – so some might have it built for themselves with specific changes they need, while for most users it'd good enough. And if the community decides a lot of things piled up with no movement for a long time, it will be eventually forked – that's how recently nsxiv popped up. And it seems there are some good PRs coming up (jhawthorn/fzy#170, jhawthorn/fzy#174) meaning people still need and use this tool. So I don't think this argument is strong enough. I personally prefer a compact 39K binary over 2.5M bloated one for the job I need, and have no interest in keeping the entire Go toolkit when building packages from source (since I use a source-based distro as well). I think it would be great to have alternative fuzzy searchers to challenge the status quo, but also for extensiveness and overall health of nnn providing users choice of functionality implementations (like mediainfo, exiftool, file for filetypes/fileinfo). |
@vaygr I have a problem with a maintainer not even responding to feature requests. Period. |
@jarun unfortunately that's true for many popular projects including the ones I mentioned above. But that shouldn't discourage from using them, especially if the community is interested. |
@vaygr We get bug reports on plugins quite often which are actually upstream issues. So if a particular upstream is unmaintained and/or doesn't respond on defect reports, then I can understand why @jarun may not want to have that project be included in the plugins. Besides, plugins are indicative so you're free to modify them to support alternatives. And you can make your modifications public as well so that other's who are interested can fetch from that. |
@vaygr I don't want to have deps on repos which are unresponsive. Write your own plugin and move on. No one cared when I removed |
Does anyone actually use |
Yes, there are users. Please retain. |
Is it possible to set up archive extraction to open extracted folder in the current context? |
No, don't want to change the behaviour. But extract to |
Is there a way to do nnn -A inside nnn? |
@egrain you can use |
Thanks for the quick response. But then I could just make a bash alias. My issue is that I'm using nnn on multiple boxes with multiple distros, so I'm always using the default settings. I guess I just have to nnn -A from now on. Still, an inside switch would be appreciated. I thought ctrl + n might do it, but that didn't change anything. Someone's good lord it auto opens files as well! Should there ever be a vote count me against this. |
Not sure if anyone has already mentioned this, but in the case where trash is enabled wouldn't be better to have the key binding Kind of the same way the GUI file managers work (delete, shift + delete) nowadays. I'll be happy to work on this. |
No, I don't want the keybind to percolate that deep. An additional check at every step makes the code unmaintainable at some point. TBH, we don't want to become like the other file managers in every aspect. |
@N-R-K @luukvbaal what do you guys say? |
You can already use a plugin for doing |
@N-R-K you're totally right, I was about to follow up with this solution too! |
In general, the |
I read the #1386 thread but I don't understand why the |
What is the |
I've linked to your comment. You said "With atool I just use
I want to use |
Uninstall bsdtar and you should be fine. |
I'm using Arch, |
Hi, great file manager ! Is there any chance you could integrate fribidi? I ask because I regularly work with a bunch of files with names in arabic and it would make it easier for me to read them. I usually just pipe the output of commands (e.g ls or cat) to fribidi but in this case it doesn't work. It would be great but not urgent. Thank you |
@thenoobtester I am not familiar with fribidi. However, I don't see why it needs integration? It should work like any other font, right? |
@thenoobtester it seems like it would be trivial to add fribidi support. You would need to patch If the |
Rolled from #1348.
Cooking
atool
as the default archive handler-B
to usebsdtar
as the archive utilityUp for grabs
None open at the time.
For anything else please discuss in this thread.
Contribution guideline.
The text was updated successfully, but these errors were encountered: