HELP: Searching File Manager written in Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • anton

    #1

    HELP: Searching File Manager written in Python

    Hi,

    I am googeling some hours now ... still without result.

    So I have a question:

    Does somebody know a filemanager:

    - which looks like Norton Commander/7-Zip Filemanager

    - where I can add python scripts which I can execute
    on a selected file


    I already looked at wxpyatol but its not what I search, and its no
    more developped.

    Thanks


    Stephane

  • Chris F.A. Johnson

    #2
    Re: HELP: Searching File Manager written in Python

    On 2005-10-11, anton wrote:[color=blue]
    >
    > I am googeling some hours now ... still without result.
    >
    > So I have a question:
    >
    > Does somebody know a filemanager:
    >
    > - which looks like Norton Commander/7-Zip Filemanager[/color]

    What does Norton Commander/7-Zip look like?
    [color=blue]
    > - where I can add python scripts which I can execute
    > on a selected file[/color]

    I use gentoo (the file manager, not the Linux distro). It's not
    written in Python, but you can define buttons that will run any
    commands you like with the selected file[s] as arguments.

    <http://www.obsession.s e/gentoo/>

    --
    Chris F.A. Johnson <http://cfaj.freeshell. org>
    =============== =============== =============== =============== ======
    Shell Scripting Recipes: A Problem-Solution Approach, 2005, Apress
    <http://www.torfree.net/~chris/books/cfaj/ssr.html>

    Comment

    • phil_nospam_schmidt@yahoo.com

      #3
      Re: HELP: Searching File Manager written in Python

      I don't know about Norton Commander either. But, have you looked at
      twander? http://www.tundraware.com/Software/twander/

      Comment

      • anton

        #4
        Re: HELP: Searching File Manager written in Python

        To answer to you both:

        The Norton Commander was a popular file manager for DOS,
        but the idea of the 2 window concept is still used by a lot of
        software.

        On Linux the one I use is Midnight Commander (mc).

        On Windows there are the 7-zip file manager see http://www.7-zip.org/
        (7-zip is also a new compression format which is very good, there
        exist also a linux command line version)

        - Speed Commander is also a Windows filemanager.

        - Atol is based on GTK runs on Linux and Windows
        (http://atol.sourceforge.net/)
        but is not written in python or cannot run commands
        (I also get always error messages at startup that some drives are
        missing, perhaps my cdrom or my zip drive, but this happens with
        Gimp too -> so I believe GTK is the problem)

        But actually I work on Windows, thats why I am searching
        something which works on windows or better on Windows and Linux

        Perhaps some Python+wxWindow s Application would be best.

        There exist a port of Atol to python+wxPython on:

        http://sourceforge.net/projects/wxpyatol

        But the project is stopped and abandonware ...

        Thanks a lot for now :-) I will have a look on your suggestions.

        Stephane

        Comment

        • Andrew Markebo

          #5
          Re: HELP: Searching File Manager written in Python

          Checked Total Commander?

          Has an sort of open API to plugins, and either do a python 'proxy' or
          maybe just execute a script.

          Next step might be using win32com or SWIG to set up the interface..

          Just some ideas.

          /Andy
          --
          Everything that was magical was just a way of describing the world in
          words it couldn't ignore.
          - "Pyramids" by Terry Pratchett

          Comment

          Working...