You are not logged in.

#1 2010-09-19 15:53:54

greenmanwitch
Member
Registered: 2009-04-20
Posts: 21

fm - a very simple file manager

Basically it's just a bunch of functions and aliases, but it works nicely:

http://pastebin.com/h6LT2bsU

Let me know what you think big_smile.

Last edited by greenmanwitch (2011-02-07 19:57:22)

Offline

#2 2010-09-19 17:54:09

hut
Member
From: Hanover, Germany
Registered: 2010-03-12
Posts: 569
Website

Re: fm - a very simple file manager

Cool. Looks like its for bash? Then you might find this useful:

bind '"\C-x\C-l":"list\C-m"'

This binds keys, in this example, the key combination ctrl+X ctrl+L to the list command + enter press.


"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users

Offline

#3 2010-09-20 05:22:53

greenmanwitch
Member
Registered: 2009-04-20
Posts: 21

Re: fm - a very simple file manager

Wow, thanks, Hut. I took that into consideration and have updated fm.

Offline

#4 2010-09-20 12:50:44

Yannick_LM
Member
Registered: 2008-12-22
Posts: 142

Re: fm - a very simple file manager

Warning:

>> Depends on pycp/pymv, http://github.com/yannicklm/pycp

Since I wrote this, I know it's not finished yet smile

See : https://bbs.archlinux.org/viewtopic.php?id=65331

Offline

#5 2010-09-20 13:01:56

greenmanwitch
Member
Registered: 2009-04-20
Posts: 21

Re: fm - a very simple file manager

Yannick: It's not finished yet but i've been using it for some time now and it seems to work fine.

Offline

#6 2010-09-20 20:42:40

Yannick_LM
Member
Registered: 2008-12-22
Posts: 142

Re: fm - a very simple file manager

Glad to hear it !

Anyway, since it's likely that new users will get pycp code from git, I prefer put a liitle warning here smile

Last edited by Yannick_LM (2010-09-20 20:45:19)

Offline

#7 2010-09-21 07:58:44

greenmanwitch
Member
Registered: 2009-04-20
Posts: 21

Re: fm - a very simple file manager

Actually, Yannick_LM, I have a little request. Would it be possible for to have an --ask-once flag for overwriting files?

Offline

#8 2010-09-21 20:31:38

Yannick_LM
Member
Registered: 2008-12-22
Posts: 142

Re: fm - a very simple file manager

>> Would it be possible for to have an --ask-once flag for overwriting files?

Good idea. Will do in a future release.

Offline

#9 2010-09-27 04:02:47

greenmanwitch
Member
Registered: 2009-04-20
Posts: 21

Re: fm - a very simple file manager

I think fm is now in a fairly useful state. I've updated it and ironed out all bugs that I could find. I particularly find handy the $n variable, which is kind of like a more universal $OLDPWD.

If anybody is using it, let me know if it's missing stuff that file managers should have. I'd love to further increase my productivity doing my file management in a BASH shell big_smile.

Offline

Board footer

Powered by FluxBB