writeforall-rust-crate
WriteForAll Rust crate
https://github.com/joelparkerhenderson/writeforall-rust-crate
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Repository
WriteForAll Rust crate
Basic Info
- Host: GitHub
- Owner: joelparkerhenderson
- Language: Rust
- Default Branch: main
- Size: 24.4 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
WriteForAll: tips to make text better
WriteForAll is a text file style checker, that compares text documents with editorial tips to make text better.
WriteForAll is similar in ways to text spell checkers, text style checkers, and text auto-suggestion tools.
Contents:
Introduction
Beginner commands
To get help, or version, or usage:
$ writeforall --help
$ writeforall --version
$ writeforall --usage
Create tip.json
Create a file tip.json with this text:
json
{
"search": ["men", "women"],
"suggest": ["people"]
}
Create example.txt
Create a file example.txt with this text:
md
all men are created equal
Run the command with --tip and --input
To run WriteForAll with a tip file name and input file name:
sh
writeforall --tip tip.json --input example.txt
The result is this output:
html
example.txt 4 men people
The command line option can process multiple items such as:
sh
writeforall --tip tip1.json tip2.json --input example1.txt example2.txt
The command line option can process a directory recursively such as:
sh
writeforall --tip tips --input examples
Owner
- Name: Joel Parker Henderson
- Login: joelparkerhenderson
- Kind: user
- Location: California
- Website: http://www.joelparkerhenderson.com
- Repositories: 319
- Profile: https://github.com/joelparkerhenderson
Software developer. Technology consultant. Creator of GitAlias.com, NumCommand.com, SixArm.com, and many open source projects.
Citation (CITATION.cff)
cff-version: 1.2.0
title: WriteForAll: tips to make text better
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/joelparkerhenderson/writeforall-rust-crate/'
description: WriteForAll: tips to make text better
repository-code: 'https://github.com/joelparkerhenderson/writeforall-rust-crate/'
abstract: >-
WriteForAll: tips to make text better
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 4 |