Handbook
Glossary
linux
Factor handbook
»
The implementation
»
System interface
»
Operating system detection
Prev:
os ( -- class )
Next:
macos
Vocabulary
system
Definition
IN:
system
SINGLETON:
linux
Methods
USING:
editors.notepadnext
io.standard-paths
system
;
M:
linux
find-notepadnext-path
"NotepadNext"
find-in-path
t
;
USING:
combinators.short-circuit
editors.focus
io.pathnames
io.standard-paths
namespaces
system
;
M:
linux
focus-path
{
[
\
focus-path
get
]
[
"focus-linux"
find-in-path
]
[
"~/.local/bin/focus-linux"
absolute-path
]
}
0||
;
USING:
io
io.encodings.utf8
io.launcher
system
text-to-speech
;
M:
linux
speak-text
"festival --tts"
utf8
[
print
]
with-process-writer
;
USING:
combinators.short-circuit
editors.zed
io.pathnames
io.standard-paths
namespaces
system
;
M:
linux
zed-path
{
[
\
zed-path
get
]
[
"zed"
find-in-path
]
[
"~/.local/bin/zed"
absolute-path
]
}
0||
;