Skip to content

Repository files navigation

Link Stash

An Android app for saving links into folders. Share a link from any app on your phone and it goes straight into a folder.

Built with Angular, Ionic and Capacitor.

What it does

  • Save links into folders you make
  • Share into it from any other app
  • Titles and thumbnails appear on their own
  • Drag to reorder
  • Fix a title by hand if a site won't give one
  • Stored on the phone, no account

Running it

npm install
npm start        # http://localhost:4200

Building the Android app

npx ng build               # build the web app
npx cap sync android       # copy it into the Android project
cd android
./gradlew assembleRelease  # build and sign the APK

The APK lands in android/app/build/outputs/apk/release/.

To sign it you need your own keystore, and a keystore.properties file in android/ pointing at it. Both are git-ignored.

How it works

One file, src/app/services/folder.ts, holds all the folders and links and everything you can do to them. The three screens just show that data. Nothing is stored anywhere else.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages