Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.65 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.65 KB

Dumbphone

Screenshot

This is a command-line tool for making my Alcatel A392CC flip phone just a little bit smarter. It builds on a few other projects in various states of completion:

To setup the project:

make setup

This will prompt you for your Google Maps API key, and install the go-bindata dependency

To build:

make

To install into /usr/local/bin (requires sudo access):

make install

Note: This is a Go learner project so use at your own risk.

Goals

  • Basic cli framework (dumbp command)
  • directions command that generates HTML directions to be transfered to a phone (already implemented in python in the dumbp-gmap-directions repo
  • bluetooth file transfer (already in dumbp-gmap-directions)
  • filesystem file transfer (when using phone as external drive)
  • podcast command that will download podcasts to be transfered to phone
  • calendar command that will sync with Google Calendar using .vcf files
  • music command that makes managing music on phone easier
  • sync command that will automatically sync multiple functions
  • config command for configuring different functions
  • reader command for syncing articles to phone (there's already a python implementation in dumbp-read