Handbook
Glossary
focus-path ( -- path )
Vocabulary
editors
.
focus
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
editors.focus
HOOK:
focus-path
os
( -- path )
Methods
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:
combinators.short-circuit
editors.focus
namespaces
system
;
M:
windows
focus-path
{
[
\
focus-path
get
]
[
"focus.exe"
]
}
0||
;