mscope Code
Status: Pre-Alpha
Brought to you by:
smlgbl
| File | Date | Author | Commit |
|---|---|---|---|
| Makefile | 2009-10-14 | smlgbl | [r19] Changed sizing. |
| README | 2009-10-05 | smlgbl | [r1] First commit, nothing fancy. In fact, nothing a... |
| data.c | 2009-10-15 | smlgbl | [r20] What's up with the enter key? Why hasn't anybod... |
| data.h | 2009-10-15 | smlgbl | [r20] What's up with the enter key? Why hasn't anybod... |
| db.c | 2009-10-14 | smlgbl | [r17] Some refactoring. |
| db.h | 2009-10-14 | smlgbl | [r17] Some refactoring. |
| filesquid.c | 2009-10-14 | smlgbl | [r18] OK, need to change this completely, but for now... |
| filesquid.h | 2009-10-14 | smlgbl | [r17] Some refactoring. |
| make_svnrevision.sh | 2009-10-05 | smlgbl | [r2] OK, we can start a program. It reads the tags o... |
| mscope.c | 2009-10-15 | smlgbl | [r20] What's up with the enter key? Why hasn't anybod... |
| mscope.h | 2009-10-14 | smlgbl | [r19] Changed sizing. |
| ncurses.c | 2009-10-06 | smlgbl | [r4] Some rudimentary stuff. |
| ncurses.h | 2009-10-06 | smlgbl | [r4] Some rudimentary stuff. |
Purpose of this:
Create a "media library" that can be handled in a similar way as cscope.
Hence the name.
Current plans:
- sqlite backend
- hopefully inclusion in moc
- completely configurable, can be used for any filetype. only corresponding "tags" could be created
- commandline frontend
- ncurses frontend (cscope-like)
- moc frontend ("/"-button in moc)
Start with:
- config
- file search
- filetype handling
- tag reading (find/choose library)
- dummy tags include only filenames/types
- database backend
- frontends (cmd to start with, continue with ncurses, then moc)
- write clean code