Skip to content

noname is a CLI tool that makes it easy to remove PII from screenshots

License

Notifications You must be signed in to change notification settings

antonKalinin/noname-tesseract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noname

noname is a CLI tool to help remove personally identifiable information from screenshots ✨

image

Be aware: noname is only MVP 🧨 please check ToDo section

Installation

MacOS

brew tap antonKalinin/noname
brew install noname

ToDos

  • Packaging and installation instructions
  • Dynamically resolve platform specific scale factor
  • Providing help via --help or -h flag
  • Scrolling for full size screenshots

Deployment

To create production release:

  1. Run git checkout master && git pull.
  2. Run cargo release --execute patch. create-release.yaml will create a new GitHub release draft with information about changes in the description.
  3. Go to https://github.com/antonKalinin/noname/releases and publish the newly created draft release.