Skip to content

Commit

Permalink
Add crates.io information
Browse files Browse the repository at this point in the history
  • Loading branch information
wr7 committed Aug 28, 2024
1 parent 7aa5776 commit 567b7fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "refold"
version = "0.1.0"
edition = "2021"

license = "GPL-2.0-or-later"
repository = "https://github.com/wr7/refold"
description = "A command-line utility for wrapping text"
keywords = ["fold", "wrap", "line_wrapping"]
categories = ["command-line-utilities"]

[dependencies]
argtea = "0.1.2"
textwrap = "0.16.1"
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Refold
Refold is a commandline tool with similar functionality to unix `fold`.

Refold by default uses the unicode split property to determine where it can
split text. Additionally, it will automatically detect line prefixes and empty
lines. This makes wrapping comments or doc-comments a breeze.

0 comments on commit 567b7fa

Please sign in to comment.