Adds readme

This commit is contained in:
sloum 2023-07-04 14:05:41 -07:00
parent 15f9249624
commit d2ae97728e
1 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# netclient
netclient is a global vim plugin to browse the internet. It utilizes a client backend to generate the requests, but handles history management and link following locally in vim.
This lets the internet be a fully editable document, with a configurable backend for generating the documents.
More details coming soon. Or, install via the makefile:
``` sh
git clone https://git.rawtext.club/sloum/netclient
cd netclient
make
```
Then you can open up vim and get some help:
```
:help netclient
```