Skip to content

Commit

Permalink
[dev] types table
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Nov 26, 2020
1 parent 733ecda commit e334656
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev/types.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{"type": "anytype", "description": "pass-through", "numeric": "", "command": "type-anytype", "keystrokes": "z~"}
{"type": "str", "description": "string", "numeric": "", "command": "type-str", "keystrokes": "~"}
{"type": "date", "description": "date/time", "numeric": "Y", "command": "type-date", "keystrokes": "@"}
{"type": "int", "description": "integer", "numeric": "Y", "command": "type-int", "keystrokes": "#"}
{"type": "float", "description": "decimal", "numeric": "Y", "command": "type-float", "keystrokes": "%"}
{"type": "currency", "description": "decimal with units", "numeric": "Y", "command": "type-currency", "keystrokes": "$"}
{"type": "vlen", "description": "container size", "numeric": "Y", "command": "type-vlen", "keystrokes": "z#"}

0 comments on commit e334656

Please sign in to comment.