File: TODO

package info (click to toggle)
cgvg 1.6.2-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 216 kB
  • ctags: 3
  • sloc: perl: 404; sh: 330; makefile: 43
file content (28 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
These are desired features for the future... if you want to do any of
these (since I'm busy at times and may not get to them for a while),
please email me at uzi@uzix.org ...

* Optimization!  This program has to do a lot of searching, and any
  and all speed improvements need to be applied.

* Perhaps improve error checking on the .cgvgrc file

* Add options and arguments.  Currently, the only options beyond the
  search pattern and search list is '-i', or case insensitive, 
  '-l' for the "last log" and the pager options '-p' and -P'. Additional
  possible options need to be identified and implemented.

* One such option (which goes with an idea) is to fix translating
  filespec processing, and to also have a -r "Perl RegExp pass-through"
  option to bypass it and use Perl RegExps.

* See if the remaining hard-coded applications (currently "stty" and "which")
  can be made into straight perl without requiring a plugin from CPAN.

* Clean up the code a bit more.  This will help out for the next point
  which is...

* Implement a GUI.  I have my ideas about how this should be.  Talk to
  me if you have any desire to work on this.

Feel free to contact me about improving these scripts.