mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 19:45:23 +00:00

BREAKING CHANGE: No more builtin previews which means channels currently using `:files:` and other builtins will now need to rely on external tools (examples to come).
14 lines
214 B
Rust
14 lines
214 B
Rust
pub mod cache;
|
|
pub mod clipboard;
|
|
pub mod command;
|
|
pub mod files;
|
|
pub mod hashmaps;
|
|
pub mod indices;
|
|
pub mod input;
|
|
pub mod metadata;
|
|
pub mod rocell;
|
|
pub mod shell;
|
|
pub mod stdin;
|
|
pub mod strings;
|
|
pub mod threads;
|