Skip to content

Commit

Permalink
Merge pull request #8 from ZanzyTHEbar/feature/rust
Browse files Browse the repository at this point in the history
Total project refactor
  • Loading branch information
ZanzyTHEbar authored May 27, 2023
2 parents 36b89ba + 9712e79 commit bbe30ca
Show file tree
Hide file tree
Showing 15 changed files with 567 additions and 139 deletions.
159 changes: 157 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ toml = "0.7.4"
directories = "5.0.1"
tracing = "0.1.37"
indoc = "2"
dialoguer = "0.10.4"
clap_complete = "4.2.1"
ctrlc = "3.3.1"
walkdir = "2.3.3"

[dependencies.opzioni]
version = "0.1.3"
Expand Down Expand Up @@ -52,3 +56,11 @@ codegen-units = 1
lto = true
opt-level = "s"
strip = true

[package.metadata.deb]
section = "utility"
extended-description = """\
Desktop Cleaner (dra) is a command line tool
to organize your desktop (or a specified directory)
by moving files into folders based on their extension.
"""
4 changes: 3 additions & 1 deletion desktop-cleaner.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"Automagically",
"barapp",
"Deque",
"dialoguer",
"direntry",
"flac",
"FOLDERID",
Expand All @@ -69,7 +70,8 @@
"PDFS",
"prometheon",
"subcmd",
"thiserror"
"thiserror",
"uninlined"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
Expand Down
14 changes: 0 additions & 14 deletions src/args.rs

This file was deleted.

Loading

0 comments on commit bbe30ca

Please sign in to comment.