We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codecs
system/codecs
keys-of
words-of
1 parent 6ca3c17 commit d14793dCopy full SHA for d14793d
src/mezz/mezz-tail.r
@@ -22,8 +22,10 @@ func: funco [
22
make function! copy/deep reduce [spec body] ; (now it deep copies)
23
]
24
25
-;- Shortcut for home directory
+;- some shortcuts (aliases)
26
~: system/options/home
27
+codecs: :system/codecs
28
+keys-of: :words-of ; as it sounds better when used with some objects
29
30
; Quick test runner (temporary):
31
run-tests: qt: function["Runs quick test"][
@@ -42,4 +44,7 @@ t: function["Test script shortcut"][
42
44
][ do script ]
43
45
46
47
+; Just a shortcut to evaluate content of the clipboard (temporary):
48
+drc: does [do read clipboard://]
49
+
50
protect system/standard
0 commit comments