You are not logged in.

New PKGBUILD uploaded.
File compression finally working, at least from my end. libtar and gzip required as dependencies.
May i suggest to use libarchive to support a wide range of compressed formats w/o having to write lot of code 
Offline
@TheLemonMan.
Seem interesting.  I will look into this.  Thanks 
Offline

I've got 3 issues, one of which might be a request.
1. I'm not able to follow symbolic dir-links, it segfaults.
2. After nffm crashes or I shut it down, the colors in that terminal are changed (1;32 , 1;33 , 1;34 , 1;35 , 1;36 , 1;37)
3. When I try to use the 'z'-command on a file and enter the archive name I get "Nothing to do, Sorry". (It would also be nice to be able to archive directories)
I hope those are fixable, I'm monitoring this project 
Offline
I've got 3 issues, one of which might be a request.
1. I'm not able to follow symbolic dir-links, it segfaults.
Thanks for notify. I will check this out.
I've got 3 issues, one of which might be a request.
2. After nffm crashes or I shut it down, the colors in that terminal are changed (1;32 , 1;33 , 1;34 , 1;35 , 1;36 , 1;37)
I am aware of the problem as posted in message #20. There seem to be issues between initscreen() and endwin(). I read on internet that there seem to be no direct mechanism to restore the colors as ncurses does not remember the initial colors. I find that weird. I am looking for work arounds...
I've got 3 issues, one of which might be a request.
3. When I try to use the 'z'-command on a file and enter the archive name I get "Nothing to do, Sorry". (It would also be nice to be able to archive directories)
That is normal behavior. nffm expects you to have marked a file or more with 'm'. My rationale is that normally one would want to zip more than one file. I guess I could implement a zip one file. Yes directories will be implemented eventually.
So I guess it is all fixable. 
Offline
2. After nffm crashes or I shut it down, the colors in that terminal are changed (1;32 , 1;33 , 1;34 , 1;35 , 1;36 , 1;37)
Ok found solution. I commited the changes in Git. Problem fixed.
Offline

First of all, thanks for the quick answer. The way files are zipped in nffm definately makes sense, I was a little dumb there  . But I can't confirm the fix for the color issue, it still behaves the same for me.
. But I can't confirm the fix for the color issue, it still behaves the same for me.
Offline
@ doomcide, your welcome.
Not so dumb, it is not that obvious at first I guess.  
About the colors,  well that sucks then.  It is "almost" working from my side.  Actually only one color is troublesome.   I have no idea why.  Although it won't help, pls check the color.conf file.  There are typos in the original file.  2 colons must be replaced by semi-colons.  Fixed in git, but that does not solve the color reset problem.
On the plus side, moving files is now possible.  Check the README.  Files must be marked...  .  And of course a destination folder must be chosen.
.  And of course a destination folder must be chosen.
Offline

Just want to let you know I'm still following this project  Got too much other things going on atm to test, but I will once!
 Got too much other things going on atm to test, but I will once!
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Anyone curious, I asked a question here http://cboard.cprogramming.com/linux-pr … ndwin.html about issues when restoring terminal colors on endwin(). If anyone can figure this out, feel free to let me know.
Offline
I managed to implement color listing as per $LS_COLORS.
And there shall be no more messing up of terminal colors on exit.
Offline

The color-problem is fixed with the newest git commit.
Offline
The color-problem is fixed with the newest git commit.
It is almost as if you were watching me commit 
Offline

^  I'm just running a script that updates all my git/svn/hg clones, several times a day.
 I'm just running a script that updates all my git/svn/hg clones, several times a day.
Offline

^
I'm just running a script that updates all my git/svn/hg clones, several times a day.
Paranoid much? 
OT: Nice! When I get home sunday I will have a play with it!
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Here is a more recent screenshot
http://mariostg.github.com/nffm/
Offline

Doomcide wrote:^
I'm just running a script that updates all my git/svn/hg clones, several times a day.
Paranoid much?
Nah, I just really like seeing a project advance and playing around with the changes made; also: I had a lot of free time (holidays) 
Offline
I feel rusty and needed some ways to remember WTH the keys are. So there is now some help with the ? key available.
Offline