dn-cli 0.1.3

A simple, minimal, and flexible command line utility for organising plaintext files.
Documentation
# SPDX-FileCopyrightText: 2024 Matthew Mark Ibbetson
# SPDX-FileContributor: Matthew Mark Ibbetson
#
# SPDX-License-Identifier: GPL-3.0-or-later

###################
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

###################
# Compiled Output #
###################
target/
tmp/
dist/

############
# Packages #
############
*.7z
*.dmg
*.gz
*.rar
*.tar
*.zip

########
# Logs #
########
*.log

######################
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

################
# Editor files #
################
*.sublime-project
*.sublime-workspace
*.vscode
*.idea
*.swp
*.swo

########
# Rust #
########
# Generated by Cargo
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of Rust generate these, which store debug information
*.pdb

########
# Misc #
########
.env
.env.*