chore: rename to just ab-smalls

This commit is contained in:
metonym 2024-03-03 06:19:48 +01:00
parent a441dc493d
commit bd74edf87d
Signed by: metonym
GPG key ID: A9E0123EF1E9B34E
5 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
/target
ab_smalls_downloader.toml
ab_smalls.toml
ab_response.json
downloads/
sort/

2
Cargo.lock generated
View file

@ -3,7 +3,7 @@
version = 3
[[package]]
name = "ab-smalls-downloader"
name = "ab-smalls"
version = "0.2.0"
dependencies = [
"bytesize",

View file

@ -1,5 +1,5 @@
[package]
name = "ab-smalls-downloader"
name = "ab-smalls"
version = "0.2.0"
edition = "2021"
authors = ["metonym"]

View file

@ -10,9 +10,9 @@ use tokio::time::{sleep, Duration};
mod sort;
use sort::sort_and_move;
const CONFIG_FILE_NAME: &str = "ab_smalls_downloader.toml";
const CONFIG_FILE_NAME: &str = "ab_smalls.toml";
const LONG_ABOUT: &str =
"ab smalls downloader will download a ton of torrent files with small sizes so you can get good yen yield with limited storage.
"ab-smalls helps you download small torrents so you can get good yen yield with limited storage.
DO NOT PASS YOUR PASSKEY AS AN ARG IF YOU ARE ON A SHARED BOX.
command line args are not guaranteed to be hidden from other users so setup a toml file config instead.";