Fabien Benureau
da3e70649b
updated open and websearch commands
11 years ago
Fabien Benureau
017a31460d
updated list cmd
11 years ago
Fabien Benureau
dfd47688bb
add command
11 years ago
Fabien Benureau
6190890646
updated init cmd, configs + bumped to version 4
11 years ago
Olivier Mangin
68e2a23a3c
Adds alias plugin.
12 years ago
Olivier Mangin
6e68bd5251
Simplifies loading of plugins parsers.
...
- Plugins now only present a get_commands method taking the parser to
populate as argument and returning an iterable with which the cmds
dictionary is updated (i.e. the plugins returns the command callbacks).
- The name attribute in plugins is now a class attribute.
12 years ago
Jonathan Grizou
da6d2d21d5
ui is no more passed in the command args.
...
Corresponding changes have been applied in commands files.
12 years ago
Jonathan Grizou
4e17a2201b
Simplest possible modification of ui. Working.
...
Will now propagate changes in every files.
12 years ago
Fabien Benureau
9247c0d3f3
update check at startup
12 years ago
Olivier Mangin
53e6aa512e
Remove outdated add_library.
12 years ago
Jonathan Grizou
f29f1a96b5
Check if plugin as a parser command before adding it into the OrderedList.
...
Indeed some plugins may not need to define one.
12 years ago
Jonathan Grizou
4a91c4953c
Change back plugin.py to plugins.py + adapt PapersPlugin class protoype to command with args
12 years ago
Jonathan Grizou
31cf4de9d3
Change call for command from "cmds[cmd].command(**vars(args))" to "cmds[cmd].command(args)".
...
Applied the corresponding changes to command files.
AMakes it possible to declare and use additional parser inside subparsers.
May be useful for tag command. Will be implemented in texnote plugin.
12 years ago
Fabien Benureau
f528aa8a67
updated core. almost all tests are passing
12 years ago
Fabien Benureau
b4504278f2
more robust fake_fs testing; added papers add test
12 years ago
Fabien Benureau
13bd18cda9
working fs replacement enabling use case testing.
...
papers content was mostly moved to papers_cmd.py
You can now use papers_cmd.execute('papers tag Page99'.split()) from the code
12 years ago