-
-
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 #1022
Comments
I've read a past thread but am still confused as to what this means. |
Updated now. Basically filter keys to apply a filter at the start of the program. However, I don't see much benefit. However, I would like the |
@Kabouik can you please audit It would be good to have that done before the next release. |
Leave it. I took a look, it's more or less clean. |
@CodeforEvolution does Haiku have libpthread? Planning to implement threaded disk usage calculator. |
@jarun Hello, and I apologize for the recent silence. While Haiku does have a pthread implementation, you'll need to make sure that you link against a library called "libroot". If the build system requires the availability of libpthread, Haiku at least has a "fake" libpthread library file to satisfy that. |
Can you please do the necessary modification to Makefile for this change to work: 284a3c4#diff-94e6e1efb3367ceccb57baea06ea5c8ab89faaa9d720ee5e599039710dfcae49R127 |
Note that we will also need fts. |
Sure thing! And yes, it looks like we have fts. :) |
Cool! This is very important for the next release. |
@jarun Well, better yet, I can confirm that no additional changes are required! I was able to successfully build the latest commit of nnn and run the test you posted in the commit message. |
Just awesome!!! 👍 |
@luukvbaal are we generating thumbnails for |
Not sure what |
Hello, |
Thanks for confirming! Yes, I confirmed it's not from our previewers. @Stig124
@KlzXS @luukvbaal @0xACE what do you guys say? |
Not sure what to say about it. Do as you please... |
If it can be nicely integrated into your release workflow and produces a useable build, sure. Do we have someone with these architectures? All I have that is not x86 is a pi zero. |
I have a Pi 4 but can't guarantee I'll be able to test on every release. I think @Stig124 you can go ahead. Please do the CI integration as well. |
Sure, will do |
Users will test it out in time. Let's just make sure the first binary we release doesn't have any major issues. |
The next release is going to be a massive one with the features that are in. |
One of my |
Had time to tinker with the image, it builds just fine, but I'm afraid that it won't go fine in CircleCI, I know so little about how CircleCI works that It will take me a while to figure out how to build it multiarch on CircleCI. More precisely, run it, as I build the images, the executable is blocked into the image and you need to run the image before having a single possibility of getting the executable out of the image. The only way I can think of is to find a way to run QEMU, but without root access on the host system it is impossible, I'll think about that issue tonight and will see |
Hello, I thank about that, it will not be possible to build executables on ARM using CircleCI. |
The main issue with that becomes whether that machine will be available in the future or not. It would really suck if suddenly the arm builds stopped being built. |
Can we use some service other than CircleCi? How about GitHub's own service? |
Travis seems to build ARM executable just fine, but I don't see any that would build armhf executables |
This makes 0 sense to me. If
|
|
I'm talking about the exit status, we're redirecting the actual return value to |
It must not return |
I think the issue with One issue though is that if you preview images in the preview directory, it will create another subdirectory for that, but then that means it can loop on itself. Wouldn't it be best to prevent |
I've come across that situation while developing the plugin yeah but indeed no one should open |
Indeed always prefer using |
I feel it could be useful even if it's weird to preview that folder on purpose. If the preview pane is already opened, then anything hovered will be previewed, meaning one would have to know about that issue in advance before going into the cache folder with nnn to remember that the preview pane should be closed beforehand. Going into that folder is not a rare use case I think, I would expect people to keep an eye on it to monitor its size and delete unnecessary cache. |
Right, I was just testing the command directly in terminal here, I misunderstood from your message that |
Thanks! Yeah I already use Maybe we should edit the wiki to discourage this use, or is there a way to make |
Yeah The reason it works for |
Can you summarize the NNN_BMS thing for me? |
Why can't the script expand |
Shells don't expand quoted |
Nothing needs to change, it's just a matter of whether you want to change the wiki to reflect using |
OK. I was expecting at least double quotes to work. Why can't you specify the unquoted string in a controlled script? If space is a problem, doesn't the following work? ~/"Arun Pictures"/something Anyway, the |
@Kabouik mentioned |
|
It's just generally more advised to use |
@Kabouik is indeed at fault for using Again, changing the wiki to use |
OK. Please update. You may have t do it in the man page as well (for |
No that's my understanding too now, but yeah initially I was thinking I could use the same syntax in environment variables parsed directly by I just find it misleading that the wiki shows |
That's fine. It's good to be uniform. |
Rolled from #935.
Cooking
'c'urrent / 's'el
prompt (Populating selection withx2sel
plugin #976)nnn
& picker plugin (e.g.fzopen
) sync (Weird behavior with fzopen plugin mcchrish/nnn.vim#82)nnn
withnetbsd-curses
,musl-fts
,musl
(nnn + netbsd-curses + musl libc #998)nnn
withmusl gcc
on Ubuntupreview-tui
(Get the selected file for live preview to work with a MS Window previewer #959)preview-tui
with the same custom plugin keypreview-tui
(preview-tui: reformat toggle #966)listen_on
should be set in kitty.conf forpreview-tui
(preview-tui: error to foreground #970)bat
style inpreview-tui
, honors$BAT_STYLE
preview-tui-ext
supersedespreview-tui
(Preview-tui-ext to preview-tui #1033)fzcd
can now fuzzy search multiple directoriesimgview
supersedesimgthumb
andvidthumb
umounttree
: unmount remote mntpoint from withinxdgdefault
: set the default app for hovered file typefzplug
: fuzzy find, preview and run other pluginscmusq
: queue/play music incmus
mocplay
renamed tomocq
cleanfilename
renamed tofixname
+
) in reverse bold for improved visibility>
to mark hovered entry in detail modeO_CKBOARD
removedO_NOLOC
renamed toO_NOLC
O_NOLC
ifO_ICONS
orO_NERD
is specified (icon not set #1026)O_ICONS
orO_NERD
is specifiedNOX11
: disable notis, sel-clipboard sync, xterm titleNNN_TMPFILE
exported and q to quitUp for grabs
NNN_FCOLORS
(Default light colorscheme #937)For anything else please discuss in this thread.
Contribution guideline.
The text was updated successfully, but these errors were encountered: