Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jszafran committed Aug 21, 2022
1 parent 7b6ce57 commit 2a59b5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,10 @@ would be transformed into:
,2
,3
```

### Keyboard shortcuts
For usage convenience, you can create 2 keyboard shortcuts:
* one for numeric values `/path/to/sqlcommatize` (or optionally `/path/to/sqlcommatize -leading_commas` for leading commas)
* one for string values `/path/to/sqlcommatize -strings` (`/path/to/sqlcommatize -leading_commas -strings`)

and use them quickly whenever you need to paste some rows into SQL query.

0 comments on commit 2a59b5a

Please sign in to comment.