Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Canop/clima
/ functions
Functions
11 in github.com/Canop/clima
⨍
Functions
11
◇
Types & classes
1
↓ 1 callers
Function
get_cli_args
this module manages reading and translating the arguments passed on launch of the application. declare the possible CLI arguments, and gets the values
src/cli.rs:5
↓ 1 callers
Function
make_skin
()
src/main.rs:46
↓ 1 callers
Function
run
( file: MdFile, skin: MadSkin, just_print: bool, )
src/viewer.rs:81
↓ 1 callers
Function
run_scrollable
( w: &mut io::Stderr, area: Area, skin: MadSkin, markdown: &str, )
src/viewer.rs:29
↓ 1 callers
Function
show_help
( w: &mut io::Stderr, y: u16, skin: &MadSkin, )
src/viewer.rs:68
↓ 1 callers
Function
show_path
( w: &mut io::Stderr, y: u16, skin: &MadSkin, path: &str, )
src/viewer.rs:58
Method
from_file_path
(path: PathBuf)
src/open.rs:27
Method
from_str
(target: &str)
src/open.rs:44
Method
from_url
(url: U)
src/open.rs:35
Function
main
run the application, and maybe return a launchable which must be run after clima
src/main.rs:22
Method
new
(path: P, markdown: String)
src/open.rs:21