Skip to content

Smart locker to store & quickly type personal info across the OS

License

Notifications You must be signed in to change notification settings

naman09/SmartTyper

Repository files navigation

SmartTyper

Detect personal info across whole OS, and provide smart typing functionalities.

Note - packaged app is targeted for windows only. You can package app again with electron builder to run on another platform.

Installation

  1. Download the packaged app
  2. Unzip the file
  3. Go to environment variables
  4. Add new user variable
  5. Give it's name - SECRET and value - mnxYXH3oxyyzCFrjBoS8FE5LKQlKepVgzVzk3kpc0Ac=
  6. Now run the smart-typer.exe in the unzipped folder

Screenshots

Packaging

  1. Install electron builder
  2. Create a folder name build, include icon file.
  3. Update package.json.
  • Add 2 new commands under scripts -
    "pack": "electron-builder --dir",
    "dist": "electron-builder"
    
  • Add target build info.
    E.g.
    "build": {
      "appId": "st",
      "win": {
        "target": "squirrel",
        "icon": "build/icon.ico"
       }
     }
    
  1. npm run dist
  2. npm run pack

About

Smart locker to store & quickly type personal info across the OS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published