summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-06-10 22:20:52 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-06-10 22:20:52 -0400
commit92bcbb950cb1f2167279ee331f924799c3498c14 (patch)
treebcdfb22c9ee64a6afdc084903f39b0f9947ed2fc /src/main.rs
parent1ae0e3d7b0eb4b08e75c4d31cfe43a4382729562 (diff)
add support for specifying new tab home page
- inherit, start where preview tab started - home, start in home dir - root, start in root dir - add rudimentary support for preview - add preview script configuration
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index a3e0f36..d1a2026 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,7 @@ mod error;
mod fs;
mod history;
mod io;
+mod preview;
mod run;
mod tab;
mod ui;