summaryrefslogtreecommitdiffstats
path: root/src/marks.rs
AgeCommit message (Expand)Author
2023-11-01use macro to log lineqkzk
2023-11-01FIX: don't crash if user tries to use ':' for markqkzk
2023-10-06use display when availableqkzk
2023-09-26use memory to read & write last action log lineqkzk
2023-09-19log more messages to target special. Display last action in last lineqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-02-12marks navigation. Jump to or update a mark with enterqkzk
2023-01-28clippy: string interpolationqkzk
2022-12-26trash: first working draft, very basic apiqkzk
2022-12-22prevent entering jump marks if no marksqkzk
2022-12-22hold marks in BTreeMap to maintain order by char and improve the displayqkzk
2022-12-19improve fmerror and shortcutsqkzk
2022-12-18syntaxic sugar for error creationqkzk
2022-12-17replace some stderr output to loggingqkzk
2022-12-16move string to specific file, readme for usersqkzk
2022-12-16massive documentaion and some refactoring.qkzk
2022-12-12FIX: wrong pattern in mark file caused crash. Rewrite the file when a wrong p...qkzk
2022-12-12fix mark display by removing new lines. Simplifyqkzk
2022-12-11fix wrong keybinding, simplify Draw for wintabqkzk
2022-12-10more detail on errors, parse keymaps directlyqkzk
2022-12-05refactorqkzk
2022-11-05logging with log4rs. Rolling, replaced all eprints with info!qkzk
2022-10-29fix marks saved without new lines.qkzk
2022-10-23result in completion, marks, display, actioner, eventcharqkzk
2022-10-22converted unwraps to ? with FmResultqkzk
2022-10-20remove some unwrapsqkzk
2022-10-19display marks correctlyqkzk
2022-10-18doesn't workqkzk
2022-10-17basic steps for marks implementation; no action yetqkzk
2022-10-17struct for marks, need mode, tabs bindings etc.qkzk