Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
fingers
2.7.1
Top Level Namespace
Fingers
ActionRunner
Cli
Commands
Base
Info
LoadConfig
PanePrinter
SendInput
Start
Version
Config
Dirs
Formatter
Hinter
InputSocket
MainCommand
MatchFormatter
Options
AltAction
Type
BackdropStyle
Type
Base
BenchmarkMode
Type
CtrlAction
Type
EnableBindings
Type
EnabledBuiltinPatterns
Type
HighlightStyle
Type
HintPosition
Type
HintStyle
Type
JumpKey
Type
Key
Type
KeyboardLayout
Type
MainAction
Type
Parsers
ActionParser
BoolParser
EnumParser
MultiEnumParser
StyleParser
Patterns
Type
SelectedHighlightStyle
Type
SelectedHintStyle
Type
ShiftAction
Type
ShowCopiedNotification
Type
SkipWizard
Type
TmuxVersion
Type
UseSystemClipboard
Type
Printer
State
Target
View
Huffman
HuffmanNode
PriorityQueue
Tmux
Pane
Shell
Window
TmuxStylePrinter
InvalidFormat
Generated using Crystal 1.16.3
2026-06-13 18:56:07 UTC
class
Fingers::
Options::
Key
Fingers::Options::Key
Fingers::Options::Base
Reference
Object
Defined in:
fingers/options.cr
Constant Summary
DEFAULT
=
"F"
Instance Method Summary
#write
(value : Type, config : Fingers::Config)
Instance methods inherited from class
Fingers::Options::Base
==(other : String)
==
,
parse(raw_value : String, option_name : String)
parse
,
process(value)
process
,
valid?(raw_value : String) : Tuple(Bool, String)
valid?
Class methods inherited from class
Fingers::Options::Base
as_option_name
as_option_name
Instance Method Detail
def
write
(value :
Type
, config :
Fingers::Config
)
#