This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
navi
Watch
2
Star
0
Fork
You've already forked navi
0
mirror of
https://github.com/denisidoro/navi
synced
2024-11-21 11:03:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
master
navi
/
.gitignore
4 lines
28 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Rust implementation (#197)
2020-03-04 21:01:23 +00:00
/target
**/*.rs.bk
introduce use env_logger 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-12 09:01:49 +00:00
navi.log
Reference in a new issue
Copy permalink