Commit Graph

  • 4ffd62fe9f [notes] Allow different file extension for note file (see #70). Olivier Mangin 2017-07-05 15:58:28 -0400
  • cd63575034 Merge pull request #74 from pubs/feat/require_argcomplete Olivier Mangin 2017-07-12 10:36:57 -0400
  • af503fd0eb Argcomplete as an optional requirement. Olivier Mangin 2017-07-11 17:08:06 -0400
  • bc71557461 Add argcomplete to required package (easier installation) Fabien C. Y. Benureau 2017-07-09 21:20:00 +0200
  • 7e3cd61628 Merge pull request #73 from pubs/bug/unittests Fabien Benureau 2017-07-12 10:16:09 +0200
  • 9b6496d740 Removed commented code with old imports. Olivier Mangin 2017-07-11 17:26:08 -0400
  • 323fb8b674 Fixes indent and removes unused io import. Olivier Mangin 2017-07-11 17:13:39 -0400
  • 3b4cfe635d Fix tests for Python 2 Fabien C. Y. Benureau 2017-07-11 11:14:06 +0200
  • 66a91b3c0c Fix content._open for Python 2 Fabien C. Y. Benureau 2017-07-11 02:17:48 +0200
  • ce4b66e9b4 Fix unittests for Python 3 Fabien C. Y. Benureau 2017-07-10 00:20:38 +0200
  • 2465f821ba Merge pull request #61 from pubs/feat/autocomplete Fabien Benureau 2017-07-09 23:38:07 +0200
  • a99e97c716 Streamline autocompletion explanations in readme Fabien C. Y. Benureau 2017-07-09 21:09:14 +0200
  • 4ac5889123 Update installation section in readme Fabien C. Y. Benureau 2017-07-09 20:58:56 +0200
  • e129398311 Pass the config to plugins on parser modification to allow completion. Olivier Mangin 2017-05-22 19:09:24 -0400
  • 576d907a78 Adds instructions for zsh completion. Olivier Mangin 2017-05-15 14:02:02 -0400
  • 92fb403871 Fix function in FakeModule. Olivier Mangin 2017-05-12 23:22:05 -0400
  • ce3ed1e52f Use ImportError for older python versions. Olivier Mangin 2017-05-12 23:12:19 -0400
  • e1a6ad2167 Adds basic tag completion. Olivier Mangin 2017-05-12 19:02:35 -0400
  • 02c11aaaea Adds completion for citekeys. Olivier Mangin 2017-05-12 18:33:33 -0400
  • a5466c940e Prepare configuration loading for autocomplete. Olivier Mangin 2017-05-12 18:10:47 -0400
  • f6e0412306 Missing import in update. Olivier Mangin 2017-05-12 16:00:51 -0400
  • af73d4ed64 Basic autocompletion with argcomplete. Olivier Mangin 2017-05-12 13:37:24 -0400
  • 559d486236 Fix path not expanded for edit_file command. Olivier Mangin 2017-07-08 00:08:51 -0400
  • ce7eccf8b1 Adds LICENSE file Olivier Mangin 2017-07-06 11:40:53 -0400
  • f1f5343017 [readme] Adds website in authors. Olivier Mangin 2017-07-05 16:12:27 -0400
  • 2370d0b783 [readme] Adds a short install section to the README. Olivier Mangin 2017-07-05 16:12:02 -0400
  • d7e25d07eb Merge pull request #62 from d9w/pr1 Olivier Mangin 2017-05-24 14:04:39 -0400
  • 4ff87085ae Config spec update for empty editor value. Olivier Mangin 2017-05-24 13:58:04 -0400
  • 6c2f0f6f8d Moves editor commands to ui to avoid using with wrong editor values. Olivier Mangin 2017-05-24 13:51:02 -0400
  • a600855c31 Fix calls to edit_file with wrong editor in conf and note commands. Olivier Mangin 2017-05-24 13:45:24 -0400
  • fbff9cd94c default message for errors bugfix Dennis Wilson 2017-05-24 14:18:39 +0200
  • a02f67f133 Minor improvement of error handling. Olivier Mangin 2017-05-11 15:49:09 -0400
  • d4c18ad1a4 Fixes #49. Olivier Mangin 2017-05-11 15:34:14 -0400
  • bbf3d3d0c8 Merge pull request #59 from tmearnest/master Olivier Mangin 2017-05-09 11:56:35 -0400
  • d465c35e89 fixed inverted conditional Tyler Earnest 2017-05-05 16:50:06 -0500
  • 70e1169fe7 Simplifies test if binary mode. Olivier Mangin 2017-04-14 19:04:48 -0400
  • 8ae339d870 Removes debug code and unused code. Olivier Mangin 2017-04-14 19:04:23 -0400
  • 0f84268ebf Honor custom pubsdoc in config Fabien C. Y. Benureau 2016-06-06 00:25:27 +0200
  • 2aad93b526 Simplify, update the testsuite Fabien C. Y. Benureau 2016-06-05 21:48:14 +0200
  • dcfe429e42 Merge pull request #54 from pubs/feat/cache Fabien Benureau 2016-06-01 15:33:19 +0200
  • 2859e4bc62 More refactoring to remove code duplication. Also adds tests. Olivier Mangin 2016-02-02 21:21:24 -0500
  • 57a32e5601 Removes some code duplication. Olivier Mangin 2016-02-02 19:06:34 -0500
  • d9f24052fc Update bs4 code; removes warning Fabien Benureau 2016-01-31 06:57:04 +0100
  • 22c7acde99 Rewrite cache in case of any problem Fabien Benureau 2016-01-23 02:31:20 +0100
  • ee3a7cd77d Travis uses tests/requirements.txt Fabien Benureau 2016-01-23 02:11:08 +0100
  • e5b898c5c2 Cache implemented Fabien Benureau 2016-01-20 17:50:56 +0100
  • 9ad6d8db25 Simplified fake_env code Fabien Benureau 2016-01-21 15:03:48 +0100
  • a7012f532d Merge pull request #53 from pubs/feat/skippable_tests Olivier Mangin 2016-01-17 18:58:31 -0500
  • 620eef4ace Fix expectedFailure tests Fabien Benureau 2016-01-17 02:42:56 +0100
  • e979aae85b Better rename and error dialogue Fabien Benureau 2016-01-16 21:28:44 +0100
  • b4d066e1f9 Merge pull request #52 from pubs/feat/better-exceptions Olivier Mangin 2016-01-15 19:08:16 -0500
  • 2d9fa9af94 Comments out failing test from #25. Olivier Mangin 2016-01-15 18:55:13 -0500
  • 35214e3012 Fix using str instead of ustr for python2 compatibility. Olivier Mangin 2016-01-15 17:29:39 -0500
  • 2720d13049 Moves test of config file creation to its own test. Olivier Mangin 2016-01-15 17:23:57 -0500
  • ecb1910084 Better error message on UnicodeDecodeError for reading text file. Olivier Mangin 2016-01-15 17:11:36 -0500
  • 348bd6d64b FIX wrong access to debug configuration value. Olivier Mangin 2016-01-15 16:16:29 -0500
  • ed2bbb4498 Removes generic handling of errors from commands. Olivier Mangin 2016-01-13 17:31:27 -0500
  • df8f0e6d6b FIX error handler. Olivier Mangin 2016-01-13 16:00:50 -0500
  • 6366f4bd01 Uses exception __string__, not __repr__ to carry message. Olivier Mangin 2016-01-13 15:28:13 -0500
  • b12c6297f0 Adds exception catching in main command. Olivier Mangin 2015-12-06 00:27:11 -0500
  • 7f6dde2f0c Temporary fix ExpectedFailure does not handle SystemExit on python 2. Olivier Mangin 2016-01-15 18:35:09 -0500
  • e3df872e65 Updates for new version of pyfakefs. Olivier Mangin 2016-01-15 18:46:37 -0500
  • 9d0a800d8b Cleans up old imports of ConfigParser. Olivier Mangin 2016-01-15 16:42:46 -0500
  • 3e3a671837 Remove bibtexparser unicode conversion Fabien Benureau 2016-01-10 23:00:44 +0100
  • a5a653becd Support old bibtexparser keywords Fabien Benureau 2016-01-10 22:15:16 +0100
  • 2db80c66ae Add volume to field ordering Fabien Benureau 2016-01-10 22:08:21 +0100
  • 666941d471 Set bibtexparser homogenize_fields to True Fabien Benureau 2016-01-10 22:04:55 +0100
  • 98a2f1d646 Fix quadratic output in export Fabien Benureau 2016-01-10 19:40:01 +0100
  • a702d86a74 Make `pubs doc` subparsers required Fabien Benureau 2016-01-07 14:09:22 +0100
  • 82c93cf695 Predefined themes and a color bash script Fabien Benureau 2016-01-07 13:55:16 +0100
  • 78c562d640 256 colors support Fabien Benureau 2015-12-28 21:28:32 +0100
  • 87346707be FIX discrepancy in readme. Olivier Mangin 2016-01-06 23:56:55 -0500
  • ec98221d1c Sanitize one-liner strings Fabien Benureau 2015-12-26 17:20:05 +0100
  • b6e8139bc3 Remove extraneous doc message Fabien Benureau 2015-12-20 22:22:11 +0100
  • b2ebc67f5e Handle Unicode BOM in bibfile Fabien Benureau 2015-12-20 22:20:01 +0100
  • 220e5ad9a8 Fix tests for python 3 Fabien Benureau 2015-12-20 19:26:33 +0100
  • 69dc3a1690 Parsing error displays bibdata Fabien Benureau 2015-12-20 18:50:51 +0100
  • 3b0ba0bb3c Test for leading space in citekeys Fabien Benureau 2015-12-20 18:47:12 +0100
  • 0ab8310089 Fix color in test_oneliner Fabien Benureau 2015-12-20 18:43:22 +0100
  • 48e7658b8c Update readme.md Fabien Benureau 2015-12-20 16:02:00 +0100
  • 5ca090668f Handle IOError: [Errno 32] Broken pipe Fabien Benureau 2015-12-18 22:31:49 +0100
  • 2ba435126d Add --force-colors option Fabien Benureau 2015-12-18 22:29:38 +0100
  • a291114900 Remove duplicated edit_cmd code Fabien Benureau 2015-12-17 12:52:42 +0100
  • 854702488c Fixes #46: editor command behaviors with the new config. Olivier Mangin 2015-12-16 15:44:06 -0500
  • aa521576f5 More robust plugin list in conf Fabien Benureau 2015-12-16 17:02:10 +0100
  • f843aebcbd Better handle utf-8 citekeys Fabien Benureau 2015-12-16 16:17:39 +0100
  • 402cf62db0 Merge pull request #42 from 73/master Fabien Benureau 2015-12-16 15:26:39 +0100
  • 23890bf579 missed two somehow 73 2015-12-16 13:41:20 +0100
  • 5cc3f892a0 All commands that consume a citekey as an argument will now complete a prefix. 73 2015-12-14 16:31:30 +0100
  • 69b2879fa2 added ui.info() and made it default for citekey completion 73 2015-12-14 13:24:13 +0100
  • a926c4c654 adds a *doc add|remove|export|open* command; depricates commands *open* and *attach*; fixed typos in readme.md and uis; 73 2015-12-13 21:34:48 +0100
  • 76be98a900 Merge pull request #37 from pubs/feat/new_config Fabien Benureau 2015-12-12 15:17:30 +0100
  • f52a7202bb Better help for the list command Fabien Benureau 2015-12-12 15:08:22 +0100
  • 7186576aef Fix bug in args & less-aggressive update Fabien Benureau 2015-12-12 15:02:59 +0100
  • ba48941d93 Fixes alias plugins and adds it to packages. Olivier Mangin 2015-12-11 21:34:28 -0500
  • 16aa0163f6 Removes automatic config update. Olivier Mangin 2015-12-11 21:33:54 -0500
  • af207e2604 Adds alias plugin test and fix its config access. Olivier Mangin 2015-12-11 20:11:38 -0500
  • 414043e88e Add Arnold Sykosch to authors Fabien Benureau 2015-12-11 14:35:49 +0100
  • eaa6ca8dab Proper error message when no subcommand is provided Fabien Benureau 2015-12-10 22:14:38 +0100
  • 4b21fa1355 Fix handling of version in argument parser Fabien Benureau 2015-12-10 21:50:18 +0100