@mtharrison/redit
v1.2.0
Published
Quickly edit rethink documents in your $EDITOR
Downloads
6
Readme
redit
No-faff editing of rethinkdb documents in your $EDITOR of choice
Vim
npm install -g redit
export EDITOR=vim
redit [db] [table] [id]
# make your changes and they'll be written to the db in real time
VSCode
npm install -g redit
export EDITOR="code -w -n"
redit [db] [table] [id]
# make your changes and they'll be written to the db in real time