summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-11-11Fix typoKyohei Uto
2022-11-11Update usageKyohei Uto
2022-11-11v2.0.0Kyohei Uto
2022-11-11Add the fallback when config cannot be readkyoheiu
2022-11-11Switch to serde_yamlkyoheiu
2022-11-11Add Yamlkyoheiu
2022-11-11Fix: replace command properly and show messagekyoheiu
2022-11-11impl defaultkyoheiu
2022-11-11Add default configkyoheiu
2022-11-10Remove unwrap as possible, return errorkyoheiu
2022-11-10Fix: Adjust cursor pos when horizontally splitkyoheiu
2022-11-10Fix: Adjust the cursor pos when horizontally splitkyoheiu
2022-11-10Add syntect error and utf8 errorkyoheiu
2022-11-09Return to the original position if key does not matchKyohei Uto
2022-11-09Move initializing process to `run`kyoheiu
2022-11-09Use config::CONFIG_FILEkyoheiu
2022-11-09Remove panickyoheiu
2022-11-09Remove unwrap to return err and print the detailkyoheiu
2022-11-08Fix: Hide cursor after command (shell mode) finisheskyoheiu
2022-11-08Fix: chdir only if destination is Somekyoheiu
2022-11-08Fix windows buildkyoheiu
2022-11-08Refactoringkyoheiu
2022-11-08Add: Show permissions on the footer in unixkyoheiu
2022-11-08Fix: Leave p_memo as is when chdir() failskyoheiu
2022-11-08Change: Proper cursor position when going up to parent dirkyoheiu
2022-11-08Fix the footer colorkyoheiu
2022-11-08Refactor: use unwrap_orkyoheiu
2022-11-08Avoid duplicated file readingkyoheiu
2022-11-08Better error messageskyoheiu
2022-11-07Refactor: chdirKyohei Uto
2022-11-07Refactor memo; Cursor move bug remainsKyohei Uto
2022-11-07Refactor: State and LayoutKyohei Uto
2022-11-07Fix footer widthKyohei Uto
2022-11-07Refactor: use chdir() when moving between dirKyohei Uto
2022-11-07Fix: time color when matches the keywordKyohei Uto
2022-11-06Fix cursor move; Show matched item with boldkyoheiu
2022-11-06Use state.layout.y directlykyoheiu
2022-11-06Prepare for printing on the status linekyoheiu
2022-11-06Add N, going backwardkyoheiu
2022-11-06Show keyword on the status linekyoheiu
2022-11-06Add n, search forwardkyoheiu
2022-11-06Show search keyword at the footerkyoheiu
2022-11-06Add chdir() to clear keywordkyoheiu
2022-11-06Remove state.filteredkyoheiu
2022-11-06Refactoring: now State has NumKyohei Uto
2022-11-06Fix list_up()Kyohei Uto
2022-11-06Refactor list_up (use slice and iter)kyoheiu
2022-11-05Add primitive search (forward)Kyohei Uto
2022-11-05Check wd before setting state.current_dirkyoheiu
2022-11-05Fix: persist text content without tab characterkyoheiu