Crates.io | focus-ami |
lib.rs | focus-ami |
version | 1.0.0 |
source | src |
created_at | 2022-03-11 23:22:02.60661 |
updated_at | 2023-04-28 21:21:15.676089 |
description | A command line tool to help focus by killing processes |
homepage | |
repository | https://github.com/david-soto-m/focus-ami |
max_upload_size | |
id | 548515 |
size | 62,647 |
A command line tool to focus for a given time. It kills processes given by a list every so often.
The configuration requires a password. This is not a secret, it's more of an annoyance so that you don't end up procrastinating or quitting.
From its help:
A command line tool to help focus by killing processes
Usage:
focus-ami [OPTIONS] [FOCUS_PERIOD]
Arguments:
[FOCUS_PERIOD]
The time in minutes to focus for
Options:
-c
, --config
Edit the configuration-p
, --path <PATH>
Use the configuration at the path-h
, --help
Print help-V
, --version
Print versionannotator
is now imbued inside the config
option which previously was the configuration path but now means that you
want to edit the config file. It's a mess. If you were relying on a
previous version to do anything, this version will break everything.concentrate
and I could never have predicted what is has become. I can
almost productively use it now!All this to say that I won't be adding new features in the foreseeable future, but if you want to contribute or report a bug, please do. I will review your contribution or try to solve your bug.
cargo install focus-ami
git clone https://github.com/david-soto-m/focus-ami.git
cd focus-ami
cargo install --path .