summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-10rm env_logger; use tracing insteadzjp
2023-12-10introduce use env_loggerzjp
related to https://github.com/denisidoro/navi/issues/576 For the following config cheats: paths: - C:\\Users\\Administrator\\AppData\\Roaming\\navi\\cheat - C:\\Users\\Administrator\\AppData\\Roaming\\navi\\cheat navi now gets incorrect paths on Windows, since the seperator `:` for path join is a valid component. [2023-05-12T08:58:26Z DEBUG navi::commands::core] Filesystem( Some( "C:\\\\Users\\\\Administrator\\\\AppData\\\\Roaming\\\\navi\\\\cheat:C:\\\\Users\\\\Administrator\\\\AppData\\\\Roaming\\\\navi\\\\cheat", ), ) [2023-05-12T08:58:28Z DEBUG navi::filesystem] filesystem::Fetcher = Fetcher { path: Some( "C:\\\\Users\\\\Administrator\\\\AppData\\\\Roaming\\\\navi\\\\cheat:C:\\\\Users\\\\Administrator\\\\AppData\\\\Roaming\\\\navi\\\\cheat", ), files: RefCell { value: [], }, }
2023-12-10Merge pull request #859 from tjex/docsDenis Isidoro
docs: clarify directory defaults and environment variables
2023-12-10Merge pull request #840 from zjp-CN/winDenis Isidoro
Fix multiple paths: define the platform-specific join separator
2023-12-04Update navi_config.mdRubem Pacelli
2023-12-04Update navi_config.mdRubem Pacelli
2023-12-04Update navi_config.mdRubem Pacelli
2023-12-04Update navi_config.mdRubem Pacelli
2023-12-04Update navi_config.mdRubem Pacelli
2023-12-04Update navi_config.mdRubem Pacelli
2023-12-04Delete docs/aliases.mdRubem Pacelli
2023-12-04Update cheatsheet_syntax.mdRubem Pacelli
2023-12-04Update cheatsheet_syntax.mdRubem Pacelli
2023-12-04Update navi_config.mdRubem Pacelli
2023-12-03Update cheatsheet_syntax.mdRubem Pacelli
2023-12-03Rename config_file.md to navi_config.mdRubem Pacelli
2023-12-03Rename cheatsheet_settings.md to cheatsheet_syntax.mdRubem Pacelli
2023-12-03Rename cheatsheet_syntax.md to cheatsheet_settings.mdRubem Pacelli
2023-12-03Update cheatsheet_syntax.mdRubem Pacelli
2023-12-03Update cheatsheet_syntax.mdRubem Pacelli
2023-12-03Update cheatsheet_syntax.mdRubem Pacelli
2023-12-03Update cheatsheet_syntax.mdRubem Pacelli
2023-12-03Update cheatsheet_syntax.mdRubem Pacelli
2023-12-03Update cheatsheet_syntax.mdRubem Pacelli
2023-12-03Update README.mdRubem Pacelli
2023-12-03Update README.mdRubem Pacelli
2023-12-03Update README.mdRubem Pacelli
2023-12-03Update cheatsheet_syntax.mdRubem Pacelli
2023-11-04doc: file renametjex
2023-11-04docs: extra claritytjex
2023-11-04docs: claritytjex
2023-11-04doc: typotjex
2023-11-04documentation on paths and environment varstjex
2023-09-24Merge pull request #853 from kachick/fix-ci-badgeDenis Isidoro
Update badge link for CI workflow
2023-08-21Update badge link for CI workflowKenichi Kamiya
Follow 2ca1d8fc85333c1a8414a71e288073c264d74b1f
2023-05-15Merge pull request #839 from countcain/patch-1Denis Isidoro
Update tmux doc
2023-05-13Fix preview: handle Windows NT UNC paths (`\\?\C:\foo`)zjp
2023-05-13debug logzjp
2023-05-13config_file_example: shell command should be `cmd.exe` on Windowszjp
and add shell command debug in logging
2023-05-13If config path doesn't exist, navi won't log.zjp
2023-05-13update config_file_example: add a cheats path example on Windowszjp
2023-05-13eprintln init_logger failure (may need redir if it's flushed away)zjp
and add a description on logging
2023-05-13Fix multiple paths: define the platform-specific join separatorzjp
2023-05-13mv navi.log under config dir; debug folders on Windowszjp
2023-05-12T15:51:54.280707Z DEBUG navi::filesystem: read cheat files in `"C"`: [] 2023-05-12T15:51:54.281083Z DEBUG navi::filesystem: read cheat files in `"\\Users\\Administrator\\AppData\\Roaming\\navi\\cheats"`: []
2023-05-12rm env_logger; use tracing insteadzjp
2023-05-12introduce use env_loggerzjp
related to https://github.com/denisidoro/navi/issues/576 For the following config cheats: paths: - C:\\Users\\Administrator\\AppData\\Roaming\\navi\\cheat - C:\\Users\\Administrator\\AppData\\Roaming\\navi\\cheat navi now gets incorrect paths on Windows, since the seperator `:` for path join is a valid component. [2023-05-12T08:58:26Z DEBUG navi::commands::core] Filesystem( Some( "C:\\\\Users\\\\Administrator\\\\AppData\\\\Roaming\\\\navi\\\\cheat:C:\\\\Users\\\\Administrator\\\\AppData\\\\Roaming\\\\navi\\\\cheat", ), ) [2023-05-12T08:58:28Z DEBUG navi::filesystem] filesystem::Fetcher = Fetcher { path: Some( "C:\\\\Users\\\\Administrator\\\\AppData\\\\Roaming\\\\navi\\\\cheat:C:\\\\Users\\\\Administrator\\\\AppData\\\\Roaming\\\\navi\\\\cheat", ), files: RefCell { value: [], }, }
2023-05-11Update tmux.mdTao Huang
Fix the tmux command
2023-04-24Merge pull request #833 from utkarshgupta137/masterDenis Isidoro
Use XDG conventions on macOS too
2023-04-24Merge pull request #835 from alexvy86/fix-install-scriptDenis Isidoro
Fix install script
2023-04-24Fix install scriptAlex Villarreal