1.2.0 • Published 4 years ago

@mtharrison/redit v1.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
4 years ago

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