[X] The "/Vixta ReleaseCandidate1 2009.6/Vixta.LiveCD.2009.06.i686.iso" file could not be found or is not available. Please select another file.

Share

More
Not A Commander Icon

Not A Commander

alpha

by babkin


A file manager for X11 modeled after the Norton Commander(tm)


http://nac.sourceforge.net





Separate each tag with a space.

Release Date:

2005-11-10

Topics:

License:

Ratings and Reviews

Be the first to post a text review of Not A Commander. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Not A Commander snapshot 11/09/05

    I've needed to build NAC on a recent RedHat and that has turned out to be surprizingly difficult and brought the need for some fixes. Some of them are fixes for the genuine NAC bugs, and some are workarounds for the bugs in glibc and Tk.But now I can say that NAC works on Linux again.

    posted by babkin 1461 days ago

  • File released: /nac/1.0-ALPHA/nac-1.0-SNAP-051109.tgz

    posted 1461 days ago

  • nac 1.0-ALPHA file released: nac-1.0-SNAP-051109.tgz

    after 02/03/04: - fixed the bug with incorrect selection after deleting files or changing the sort order - fixed ophelper to work around glibc bug in setvbuf() on linux - workaround for broken Unmap on Tk8.3.5 on Linux - added geometry recalculation on Map events, for Tk8.3.5 on Linux - fixed races in the panel geometry calculations that broke on Tk8.3.5 - fixed the fkeys help line change on pressing Shift, with XKB and multiple languages enabled after 12/23/03: - the viewer selection position becomes always visible when moved (and that made the resizes with an active selection much faster too) - minor improvements in the class infrastructure - naciew in hex mode now can display selection (but it can't be changed in hex mode yet) - the colors for selections can now be set in tune.tcl, and with options to the viwer widget after 11/19/03: - selections work in the wrap mode too - fixed a race in stext1 quick partial redisplay - fixed the C code to build on UnixWare again after 05/22/03: - the selections work much faster (though the other limitations still apply) after 04/08/03: - a simpleminded implementation of text selections in naciew - fixed the broken Alt-1..9,0 to send shells to background after 03/14/03: - fixed naciew not returning to column 0 on switch to hex mode - fixed \n at ends of lines in naciew wrap mode - fixed hang in naciew wrap mode on empty files - vastly improved naciew scrolling performance by eliminating the double buffering in the simple text widget - speeded up drawing of long lines in the simple text window - further speeded up the line scrolling - fixed the disappearance of the right scrollbar in naciew in resizing after 02/23/03: - moved expansion of tabs in naciew into a C routine - fixed a nacview crash due to missing widget class in stext1 - in naciew fixed horizontal scrolling of short lines - naciew got a hexadecimal dump mode - naciew got a line-wrapping mode - naciew handles better the growth of file on stdin - added reloading of file in naciew - added changing of functional keys labels depending on naciew mode - naciew can read device files - naciew gives decent messages if it can't open the file after 09/17/02: - added caching of directories, to make repeated reading faster - added line extension markers in naciew - fixed a crash in txtbf:_offln when naciew reads from /dev/zero - naciew got a horizontal scroll bar - scrollbars in naciew got better colors - naciew now avoids Tk's expansion of some characters as escape sequences - added the setting for naciew font into nac.sysrc after 08/14/02: - better handling of xterm losing focus in fvwm2 - fixed the crashes on binary files in naciew - added data caching in naciew - optimizations in naciew text buffer - limited the size of type-ahead buffer for relatively long operations (such as PgUp, PgDn and others) in the panels and naciew - naciew shows the line number - naciew displays the tabs properly - worked around a memory leak in Tcl 8.0 standard "concat" - naciew can read files from stdin - naciew got a vertical scrollbar after 07/17/02: - added the debug window - disabled auto-cleaning when browsing history in an entry field - made the Quick Find entry auto-cleaning and with history - added the directory-only ability in Quick Find - got rid of hogging of the directories by the cached background shells - added copying of working directory to command line on ^P after 04/19/02: - added a prototype implementation of the viewer `naciew' - the default values of tunables now are in tune.tcl instead of nacmain.tcl after 12/25/01: - fixed the switching code: it mixed up the panels - fixed the breakdown if keymap contains NoSymbol entries - added Linux support - fixed Alt-arrows working twice when panels are closed - fixed the crash when trying to read a non-existing directory - added Reload to the panel menus - fixed the window title for View/Edit file commands after 12/05/01: - added the Rename by Regexp operation - added support for the command line options, added the Wish options - added the title and name options - added the terminal emulator options - added the geometry option after 11/15/01: - fixed the bug with broken history browsing with panels closed - added caching and reuse of helpers for reading of directories - got rid of hogging the directory where NAC was started - fixed the file descriptor leak when reading directories - fixed a buffer corruption in ophelper (I wonder how it worked at all) - fixed focus jumps in dialogs when NAC loses focus and then gets it back - added the Change File Attributes operation after 10/11/01: - fixed the bug with change of the selected files on changing of the sorting after 09/09/01: - fixed remembering of the destination between file operations - added command line history traversal by Alt-Up/Down - added history to the file operations destination field - added history to the group selection pattern field - added limited support of the Midnight Commander's mc.ext after 07/13/01: - fixed the bug with resizing of the panels on un-hiding - added the quick finding of files by name after 06/24/01: - added caching of xterm between the calls to view/edit - the window is now resizable - changed the pre-start dialog that waits for xterm to a normal dialog after 05/15/01: - fixed the calculation of total selected file size after group selection - added support of the keypad Enter key (same as normal <Enter> - moved the background operations status line to the top of main window - added the proper window title - removed the binding for Ctrl-Shift-O (which was the same as Esc) - added the job control - added the minimal implementation of View and Edit operations - added installation - added explicit killing of all the helpers and xterms on exit

    posted 1461 days ago

  • nac 1.0-ALPHA file released: nac-1.0-SNAP-051109.tgz

    after 02/03/04: - fixed the bug with incorrect selection after deleting files or changing the sort order - fixed ophelper to work around glibc bug in setvbuf() on linux - workaround for broken Unmap on Tk8.3.5 on Linux - added geometry recalculation on Map events, for Tk8.3.5 on Linux - fixed races in the panel geometry calculations that broke on Tk8.3.5 - fixed the fkeys help line change on pressing Shift, with XKB and multiple languages enabled after 12/23/03: - the viewer selection position becomes always visible when moved (and that made the resizes with an active selection much faster too) - minor improvements in the class infrastructure - naciew in hex mode now can display selection (but it can't be changed in hex mode yet) - the colors for selections can now be set in tune.tcl, and with options to the viwer widget after 11/19/03: - selections work in the wrap mode too - fixed a race in stext1 quick partial redisplay - fixed the C code to build on UnixWare again after 05/22/03: - the selections work much faster (though the other limitations still apply) after 04/08/03: - a simpleminded implementation of text selections in naciew - fixed the broken Alt-1..9,0 to send shells to background after 03/14/03: - fixed naciew not returning to column 0 on switch to hex mode - fixed \n at ends of lines in naciew wrap mode - fixed hang in naciew wrap mode on empty files - vastly improved naciew scrolling performance by eliminating the double buffering in the simple text widget - speeded up drawing of long lines in the simple text window - further speeded up the line scrolling - fixed the disappearance of the right scrollbar in naciew in resizing after 02/23/03: - moved expansion of tabs in naciew into a C routine - fixed a nacview crash due to missing widget class in stext1 - in naciew fixed horizontal scrolling of short lines - naciew got a hexadecimal dump mode - naciew got a line-wrapping mode - naciew handles better the growth of file on stdin - added reloading of file in naciew - added changing of functional keys labels depending on naciew mode - naciew can read device files - naciew gives decent messages if it can't open the file after 09/17/02: - added caching of directories, to make repeated reading faster - added line extension markers in naciew - fixed a crash in txtbf:_offln when naciew reads from /dev/zero - naciew got a horizontal scroll bar - scrollbars in naciew got better colors - naciew now avoids Tk's expansion of some characters as escape sequences - added the setting for naciew font into nac.sysrc after 08/14/02: - better handling of xterm losing focus in fvwm2 - fixed the crashes on binary files in naciew - added data caching in naciew - optimizations in naciew text buffer - limited the size of type-ahead buffer for relatively long operations (such as PgUp, PgDn and others) in the panels and naciew - naciew shows the line number - naciew displays the tabs properly - worked around a memory leak in Tcl 8.0 standard "concat" - naciew can read files from stdin - naciew got a vertical scrollbar after 07/17/02: - added the debug window - disabled auto-cleaning when browsing history in an entry field - made the Quick Find entry auto-cleaning and with history - added the directory-only ability in Quick Find - got rid of hogging of the directories by the cached background shells - added copying of working directory to command line on ^P after 04/19/02: - added a prototype implementation of the viewer `naciew' - the default values of tunables now are in tune.tcl instead of nacmain.tcl after 12/25/01: - fixed the switching code: it mixed up the panels - fixed the breakdown if keymap contains NoSymbol entries - added Linux support - fixed Alt-arrows working twice when panels are closed - fixed the crash when trying to read a non-existing directory - added Reload to the panel menus - fixed the window title for View/Edit file commands after 12/05/01: - added the Rename by Regexp operation - added support for the command line options, added the Wish options - added the title and name options - added the terminal emulator options - added the geometry option after 11/15/01: - fixed the bug with broken history browsing with panels closed - added caching and reuse of helpers for reading of directories - got rid of hogging the directory where NAC was started - fixed the file descriptor leak when reading directories - fixed a buffer corruption in ophelper (I wonder how it worked at all) - fixed focus jumps in dialogs when NAC loses focus and then gets it back - added the Change File Attributes operation after 10/11/01: - fixed the bug with change of the selected files on changing of the sorting after 09/09/01: - fixed remembering of the destination between file operations - added command line history traversal by Alt-Up/Down - added history to the file operations destination field - added history to the group selection pattern field - added limited support of the Midnight Commander's mc.ext after 07/13/01: - fixed the bug with resizing of the panels on un-hiding - added the quick finding of files by name after 06/24/01: - added caching of xterm between the calls to view/edit - the window is now resizable - changed the pre-start dialog that waits for xterm to a normal dialog after 05/15/01: - fixed the calculation of total selected file size after group selection - added support of the keypad Enter key (same as normal <Enter> - moved the background operations status line to the top of main window - added the proper window title - removed the binding for Ctrl-Shift-O (which was the same as Esc) - added the job control - added the minimal implementation of View and Edit operations - added installation - added explicit killing of all the helpers and xterms on exit

    posted 1461 days ago

  • Not A Commander snapshot 02/03/04

    Not A Commander is yet another graphical clone of Norton Commander(tm), done with emphasis on convenience of work with command line. Also a lot of Tk widgets and class infrastructure has been developed for this project. The February snapshot includes: * the viewer selection position becomes always visible when moved (and that made the resizes with an active selection much faster too) * minor improvements in the class infrastructure * naciew in hex mode now can display selection (but it can't be changed in hex mode yet) * the colors for selections can now be set in tune.tcl, and with options to the viewer widget

    posted by babkin 2106 days ago

  • File released: /nac/1.0-ALPHA/nac-1.0-SNAP-040203.tgz

    posted 2106 days ago

  • Code committed

    babkin committed patchset 18 of module naccvs to the Not A Commander CVS repository, changing 11 files

    posted by babkin 2106 days ago

  • nac 1.0-ALPHA file released: nac-1.0-SNAP-040203.tgz

    after 02/03/04: - fixed the bug with incorrect selection after deleting files or changing the sort order - fixed ophelper to work around glibc bug in setvbuf() on linux - workaround for broken Unmap on Tk8.3.5 on Linux - added geometry recalculation on Map events, for Tk8.3.5 on Linux - fixed races in the panel geometry calculations that broke on Tk8.3.5 - fixed the fkeys help line change on pressing Shift, with XKB and multiple languages enabled after 12/23/03: - the viewer selection position becomes always visible when moved (and that made the resizes with an active selection much faster too) - minor improvements in the class infrastructure - naciew in hex mode now can display selection (but it can't be changed in hex mode yet) - the colors for selections can now be set in tune.tcl, and with options to the viwer widget after 11/19/03: - selections work in the wrap mode too - fixed a race in stext1 quick partial redisplay - fixed the C code to build on UnixWare again after 05/22/03: - the selections work much faster (though the other limitations still apply) after 04/08/03: - a simpleminded implementation of text selections in naciew - fixed the broken Alt-1..9,0 to send shells to background after 03/14/03: - fixed naciew not returning to column 0 on switch to hex mode - fixed \n at ends of lines in naciew wrap mode - fixed hang in naciew wrap mode on empty files - vastly improved naciew scrolling performance by eliminating the double buffering in the simple text widget - speeded up drawing of long lines in the simple text window - further speeded up the line scrolling - fixed the disappearance of the right scrollbar in naciew in resizing after 02/23/03: - moved expansion of tabs in naciew into a C routine - fixed a nacview crash due to missing widget class in stext1 - in naciew fixed horizontal scrolling of short lines - naciew got a hexadecimal dump mode - naciew got a line-wrapping mode - naciew handles better the growth of file on stdin - added reloading of file in naciew - added changing of functional keys labels depending on naciew mode - naciew can read device files - naciew gives decent messages if it can't open the file after 09/17/02: - added caching of directories, to make repeated reading faster - added line extension markers in naciew - fixed a crash in txtbf:_offln when naciew reads from /dev/zero - naciew got a horizontal scroll bar - scrollbars in naciew got better colors - naciew now avoids Tk's expansion of some characters as escape sequences - added the setting for naciew font into nac.sysrc after 08/14/02: - better handling of xterm losing focus in fvwm2 - fixed the crashes on binary files in naciew - added data caching in naciew - optimizations in naciew text buffer - limited the size of type-ahead buffer for relatively long operations (such as PgUp, PgDn and others) in the panels and naciew - naciew shows the line number - naciew displays the tabs properly - worked around a memory leak in Tcl 8.0 standard "concat" - naciew can read files from stdin - naciew got a vertical scrollbar after 07/17/02: - added the debug window - disabled auto-cleaning when browsing history in an entry field - made the Quick Find entry auto-cleaning and with history - added the directory-only ability in Quick Find - got rid of hogging of the directories by the cached background shells - added copying of working directory to command line on ^P after 04/19/02: - added a prototype implementation of the viewer `naciew' - the default values of tunables now are in tune.tcl instead of nacmain.tcl after 12/25/01: - fixed the switching code: it mixed up the panels - fixed the breakdown if keymap contains NoSymbol entries - added Linux support - fixed Alt-arrows working twice when panels are closed - fixed the crash when trying to read a non-existing directory - added Reload to the panel menus - fixed the window title for View/Edit file commands after 12/05/01: - added the Rename by Regexp operation - added support for the command line options, added the Wish options - added the title and name options - added the terminal emulator options - added the geometry option after 11/15/01: - fixed the bug with broken history browsing with panels closed - added caching and reuse of helpers for reading of directories - got rid of hogging the directory where NAC was started - fixed the file descriptor leak when reading directories - fixed a buffer corruption in ophelper (I wonder how it worked at all) - fixed focus jumps in dialogs when NAC loses focus and then gets it back - added the Change File Attributes operation after 10/11/01: - fixed the bug with change of the selected files on changing of the sorting after 09/09/01: - fixed remembering of the destination between file operations - added command line history traversal by Alt-Up/Down - added history to the file operations destination field - added history to the group selection pattern field - added limited support of the Midnight Commander's mc.ext after 07/13/01: - fixed the bug with resizing of the panels on un-hiding - added the quick finding of files by name after 06/24/01: - added caching of xterm between the calls to view/edit - the window is now resizable - changed the pre-start dialog that waits for xterm to a normal dialog after 05/15/01: - fixed the calculation of total selected file size after group selection - added support of the keypad Enter key (same as normal <Enter> - moved the background operations status line to the top of main window - added the proper window title - removed the binding for Ctrl-Shift-O (which was the same as Esc) - added the job control - added the minimal implementation of View and Edit operations - added installation - added explicit killing of all the helpers and xterms on exit

    posted 2107 days ago

  • nac 1.0-ALPHA file released: nac-1.0-SNAP-040203.tgz

    after 02/03/04: - fixed the bug with incorrect selection after deleting files or changing the sort order - fixed ophelper to work around glibc bug in setvbuf() on linux - workaround for broken Unmap on Tk8.3.5 on Linux - added geometry recalculation on Map events, for Tk8.3.5 on Linux - fixed races in the panel geometry calculations that broke on Tk8.3.5 - fixed the fkeys help line change on pressing Shift, with XKB and multiple languages enabled after 12/23/03: - the viewer selection position becomes always visible when moved (and that made the resizes with an active selection much faster too) - minor improvements in the class infrastructure - naciew in hex mode now can display selection (but it can't be changed in hex mode yet) - the colors for selections can now be set in tune.tcl, and with options to the viwer widget after 11/19/03: - selections work in the wrap mode too - fixed a race in stext1 quick partial redisplay - fixed the C code to build on UnixWare again after 05/22/03: - the selections work much faster (though the other limitations still apply) after 04/08/03: - a simpleminded implementation of text selections in naciew - fixed the broken Alt-1..9,0 to send shells to background after 03/14/03: - fixed naciew not returning to column 0 on switch to hex mode - fixed \n at ends of lines in naciew wrap mode - fixed hang in naciew wrap mode on empty files - vastly improved naciew scrolling performance by eliminating the double buffering in the simple text widget - speeded up drawing of long lines in the simple text window - further speeded up the line scrolling - fixed the disappearance of the right scrollbar in naciew in resizing after 02/23/03: - moved expansion of tabs in naciew into a C routine - fixed a nacview crash due to missing widget class in stext1 - in naciew fixed horizontal scrolling of short lines - naciew got a hexadecimal dump mode - naciew got a line-wrapping mode - naciew handles better the growth of file on stdin - added reloading of file in naciew - added changing of functional keys labels depending on naciew mode - naciew can read device files - naciew gives decent messages if it can't open the file after 09/17/02: - added caching of directories, to make repeated reading faster - added line extension markers in naciew - fixed a crash in txtbf:_offln when naciew reads from /dev/zero - naciew got a horizontal scroll bar - scrollbars in naciew got better colors - naciew now avoids Tk's expansion of some characters as escape sequences - added the setting for naciew font into nac.sysrc after 08/14/02: - better handling of xterm losing focus in fvwm2 - fixed the crashes on binary files in naciew - added data caching in naciew - optimizations in naciew text buffer - limited the size of type-ahead buffer for relatively long operations (such as PgUp, PgDn and others) in the panels and naciew - naciew shows the line number - naciew displays the tabs properly - worked around a memory leak in Tcl 8.0 standard "concat" - naciew can read files from stdin - naciew got a vertical scrollbar after 07/17/02: - added the debug window - disabled auto-cleaning when browsing history in an entry field - made the Quick Find entry auto-cleaning and with history - added the directory-only ability in Quick Find - got rid of hogging of the directories by the cached background shells - added copying of working directory to command line on ^P after 04/19/02: - added a prototype implementation of the viewer `naciew' - the default values of tunables now are in tune.tcl instead of nacmain.tcl after 12/25/01: - fixed the switching code: it mixed up the panels - fixed the breakdown if keymap contains NoSymbol entries - added Linux support - fixed Alt-arrows working twice when panels are closed - fixed the crash when trying to read a non-existing directory - added Reload to the panel menus - fixed the window title for View/Edit file commands after 12/05/01: - added the Rename by Regexp operation - added support for the command line options, added the Wish options - added the title and name options - added the terminal emulator options - added the geometry option after 11/15/01: - fixed the bug with broken history browsing with panels closed - added caching and reuse of helpers for reading of directories - got rid of hogging the directory where NAC was started - fixed the file descriptor leak when reading directories - fixed a buffer corruption in ophelper (I wonder how it worked at all) - fixed focus jumps in dialogs when NAC loses focus and then gets it back - added the Change File Attributes operation after 10/11/01: - fixed the bug with change of the selected files on changing of the sorting after 09/09/01: - fixed remembering of the destination between file operations - added command line history traversal by Alt-Up/Down - added history to the file operations destination field - added history to the group selection pattern field - added limited support of the Midnight Commander's mc.ext after 07/13/01: - fixed the bug with resizing of the panels on un-hiding - added the quick finding of files by name after 06/24/01: - added caching of xterm between the calls to view/edit - the window is now resizable - changed the pre-start dialog that waits for xterm to a normal dialog after 05/15/01: - fixed the calculation of total selected file size after group selection - added support of the keypad Enter key (same as normal <Enter> - moved the background operations status line to the top of main window - added the proper window title - removed the binding for Ctrl-Shift-O (which was the same as Esc) - added the job control - added the minimal implementation of View and Edit operations - added installation - added explicit killing of all the helpers and xterms on exit

    posted 2107 days ago

  • the Christmas snapshot

    Today's snapshot includes the following changes: * selections work in the wrap mode too * fixed a race in stext1 quick partial redisplay * fixed the C code to build on UnixWare again

    posted by babkin 2148 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Not A Commander Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review