An open API service indexing awesome lists of open source software.

https://github.com/zweifisch/vimwiki-tools

tools for vimwiki
https://github.com/zweifisch/vimwiki-tools

Last synced: 2 months ago
JSON representation

tools for vimwiki

Awesome Lists containing this project

README

          

# vimwiki-tools

install via pip
```sh
pip install vimwiki-tools
```

generate index
```sh
vimwiki gen-index ~/wiki/linux --write

vimwiki gen-index ~/wiki/linux --output-type html
```

convert to markdown
```sh
vimwiki 2markdown ~/wiki/programming --output-extension wiki
```

view stats
```sh
vimwiki stats ~/wiki
```

for more options
```sh
vimwiki -h
```