Darrien Glasser
Darrien Glasser
It would be nice if there were recommended color sets for recommended colorschemes. Have a doc recommended.md or the like and have something like: - solarized light - solarized dark...
Maybe even make it so multiple splits are shown on different cube sides.
Tmuxline doesn't seem to detect if tmux is running if the env var `TMUX` is unset. It properly applies colors to tmux, but none of the `Tmuxline` commands are available....
Having an all in one binary would be amazing. If this supported deleting all dupes after finding, it would be great.
Instantiate yourself an AnyPool (in my case with a Sqlite connection), ```rust pub async fn init_data_pool() -> Result { Ok(AnyPoolOptions::new() .max_connections(10) .connect("sqlite://dev.sqlite3") .await .map_err(|e| { error!("Encountered error trying to make...