Commit Graph

73 Commits

Author SHA1 Message Date
eknauel ada69eb0ce Simple viewer for scsh's network records. Currently service-info only
part of darcs patch Sun Sep 18 18:17:16 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 09:02:57 +00:00
eknauel 83a4e22212 Add select-line for selecting elements of a line
part of darcs patch Sun Sep 18 18:16:23 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 09:02:47 +00:00
eknauel 48b7f617e0 Return raw continuation if eval of Scheme expression fails
part of darcs patch Sun Sep 18 14:42:25 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 09:02:08 +00:00
eknauel 528ef9ee77 Factor out eval-environment, add some commands for Scheme mode
part of darcs patch Sun Sep 18 14:29:31 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 09:01:10 +00:00
eknauel 44bfb8f118 kill and refresh for ps
part of darcs patch Sat Sep 17 19:47:08 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 08:59:34 +00:00
eknauel 60776a8c1d New alignment for processes
part of darcs patch Sat Sep 17 19:46:34 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 08:59:21 +00:00
eknauel 44c95c43e5 Sorting for processes
part of darcs patch Sat Sep 17 19:21:17 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 08:58:43 +00:00
eknauel 60fa0e133c Introduce a library for configurable options
part of darcs patch: Sat Sep 17 18:35:54 EEST 2005  Eric Knauel <knauel@informatik.uni-tuebingen.de>
2005-09-27 08:57:28 +00:00
eknauel fbc7cc3929 Parsing of id options, support for id -P
part of darcs patch Sat Sep 17 18:05:43 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 08:46:49 +00:00
eknauel 7c5cec84b8 HEADS UP: exp->string is now write-to-string
part of darcs patch Sat Sep 17 17:28:05 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 08:46:34 +00:00
eknauel 4bdb8da41f Introduce utils module, move exp->string and display-to-string to utils
part of darcs patch Sat Sep 17 17:22:33 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 08:46:18 +00:00
eknauel 8c6de19aaa get-selection-as-ref for id-output
part of darcs patch Fri Sep 16 23:02:04 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 08:44:36 +00:00
eknauel c46282f826 Selection-ref for id-output, change semantics of select-list-get-selection, introduce select-list-get-marked
part of darcs patch Fri Sep 16 12:23:43 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 08:08:15 +00:00
mainzelm 60d1130cf4 Key bindings for fg, bg, and stop job
Ignore SIGTTOU within Commander S and reset to default handler before exec
2005-09-13 13:20:30 +00:00
mainzelm f07e7fc932 Two minor fixes to enhance completion of directory names 2005-09-12 13:50:33 +00:00
eknauel 3b140722a4 fix completion, don't insert absolute file names. 2005-08-20 16:09:48 +00:00
eknauel 8c9e1bde33 Various changes and fixes for f<TAB> completion stuff. 2005-08-20 15:20:16 +00:00
eknauel eefce5d839 - make the completion mechanism use the new unparser
- fix a crash: Check if a plugin actually offers a completion function
2005-08-19 12:30:37 +00:00
eknauel ca2baa2c56 Bring back the programmable completion 2005-08-18 09:23:59 +00:00
eknauel 8c5de5ee27 Make Commander S use the new completion code and move this cruft to a
separate module.
2005-08-17 13:32:40 +00:00
eknauel f71f975e6d Support for parsing partial command lines (needed for tab completion) 2005-08-15 12:41:24 +00:00
eknauel 843ed0493b Fix the process status bug. Well, sort of. It's an evil hack, I think. 2005-08-11 15:03:15 +00:00
eknauel 1c20604f4f Make the spectacular new command language work. At least for values of
"work" that don't call for intensive testing.
2005-08-10 18:03:59 +00:00
eknauel 634cde85bf Add abstract syntax, lexer, parser, and unparser for the command language 2005-08-07 14:46:57 +00:00
eknauel 8376b8b9f7 Added a README, an installation script, and various small fixes. 2005-07-06 08:57:44 +00:00
eknauel 34761f66d2 Support POSIX job control, sort of. 2005-06-14 11:20:30 +00:00
mainzelm 98c77ced7d Tiny plugin for the "fs la" command from AFS 2005-06-10 08:13:04 +00:00
eknauel 60ad7d02c4 fix painting a single line 2005-06-07 20:03:38 +00:00
eknauel 7d0c566c0b A first (buggy) version with a virtual console 2005-06-07 18:24:05 +00:00
eknauel 8ae60787a7 Add a joblist-viewer, add a get-focus-object-method generator to
select-list and make some plugins use it, added argument
focus-object-table to get-selection message (thus a get-selection
method can call a get-focus-object method).
2005-06-04 11:22:44 +00:00
eknauel 143d6bbccb Fix asynchronous job status updates 2005-06-04 09:43:22 +00:00
eknauel 2f7595603b First version of the job control 2005-06-03 11:44:53 +00:00
mainzelm dc699ce88f fix stack and header, display source info 2005-06-02 19:02:04 +00:00
mainzelm 70fefe9a95 Check for unknwon messages in std-viewer 2005-06-02 07:23:11 +00:00
mainzelm bfd61dfe44 Fixed various bugs in the inspector
Make focus/selection messages work
2005-06-01 12:55:29 +00:00
eknauel d34769b0e1 Make the process-viewer react on get-focus-object and get-selection messages 2005-06-01 11:49:56 +00:00
eknauel 53ed9fc721 The focus-object-table now lives in nuit-eval. 2005-06-01 11:26:56 +00:00
eknauel 4b7bbddc2a Add feature get-focus-object (C-x P) 2005-06-01 10:04:21 +00:00
eknauel 5bd69b564b Make paste (C-x p) work again (at least for the fsobjects-viewer) 2005-06-01 09:15:43 +00:00
eknauel 49054b8d88 Fix process format 2005-05-31 19:31:38 +00:00
eknauel df065fe14d also list size, owner & group, and permissions 2005-05-31 17:28:06 +00:00
mainzelm 7a9bde00e7 Browser for group-info
Make entries browsable
2005-05-31 16:02:53 +00:00
mainzelm ddf1ca752b Fix a few bugs in fsobjects-viewer 2005-05-31 14:54:48 +00:00
mainzelm 0cb71508ef Browser for user-info 2005-05-31 14:54:04 +00:00
eknauel 7b9b6c3e66 move the standard viewer to a seperate module 2005-05-31 11:20:20 +00:00
eknauel 6e72d5abd4 Use object-oriented approach 2005-05-31 08:01:06 +00:00
eknauel 345712d2da use an object-oriented approach for the plugins. deleted a lot of
cruft.  broke some plugins (such as browse-directory-list.scm)
2005-05-30 19:19:36 +00:00
eknauel 54230412f8 make it easier to abort the process of choosing a completion via the select-list 2005-05-30 15:38:13 +00:00
eknauel 2723409aed open threads and locks for nuit 2005-05-30 15:20:39 +00:00
eknauel 75ca225dc5 hide FILTER from ncurses in nuit 2005-05-30 09:31:47 +00:00