* Fix Parameters typo
* Almost working documentation generation
* Remove genarted html files, update conf and index
* Update docs/conf.py
* Add docs/source files
* Prevent creation of modules.rst; update index.rst
* Move conf.py and index.rst to docs/source
* Add opening paragraph to index.rst
* Fix flake8 issues
* Add dummy text
* Add dummy text 2
* Update conf.py to use recommonmark; add README.md to RTD documentation
* Update requirements.txt with recommonmark
* Create symlink to README
* Add opening line to index.rst
* Fix flake8 conf.py issue
Changes:
- Traverse through JSON data and find individual records
- Support addition of unique tag in YYYYMonDD format
- Add parent folder name as tag
- Add the bookmarks to database
The format is: YYYYMonDD
where,
YYYY - numeric year
Mon - month string
DD - numeric day of month
While importing bookmarks, this tag will be added and reported to user if
`--tacit` option is not specified.
* Halfway through updating buku.py in numpydoc style
* Two thirds-through numpydoc style; before fixtags
* Begin work on Helper Functions
* Numpy docstrings up to Editor Mode Functions
* Finish rest of buku.py docstrings; add 'optional' to optional keyword args
* implement "Support custom colours" from (#174)
# imported collections module for named tuple
# add "colormap" from googler project
# add named tuple for id and title, url, desc, tag
# adjusted print_single_rec so colors can be changed for each item
# add valid color string checker from googler
# adjusted man options
# add autocompletions
* Hotfix - implement "Support custom colours" from (#174)
# sorted import in alphabetical order
# adjusted var name's
# add colors table to man file
# add color os ENV option
# add --color documentation in README under "Usage"
* fix typo error in man page color section
* Update buku-completion.bash
--color reordered in alphabetical order
* Update buku.fish
--color reordered in alphabetical order
* Update _buku
--color reordered in alphabetical order
* Hotfix2 - implement "Support custom colours" - restructure feature
# separated id from ID_str and ID_DB_STR so it can have separate color
# add 5 string color for (id, title, url, desc, tag)
# adjusted print_single_rec for 5 colors result
# fixed syntax .BI \--colors " COLORS" in man page
# replaced four with five letter string for color
# fixed default colors to "GKlxe" and "\x1b[2m" for DB index
# add example to README and man page
# removed check for colorstr_env set by user for the moment
* Fixed reviews
* Review fixes