{"id":13937540,"url":"https://github.com/nissy/toever","last_synced_at":"2025-07-19T23:33:02.617Z","repository":{"id":12881400,"uuid":"15557919","full_name":"nissy/toever","owner":"nissy","description":"Evernote command line tool","archived":false,"fork":false,"pushed_at":"2017-05-19T08:59:02.000Z","size":57,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-22T02:17:12.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nissy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-31T22:55:51.000Z","updated_at":"2022-01-27T23:37:44.000Z","dependencies_parsed_at":"2022-08-26T07:00:28.085Z","dependency_job_id":null,"html_url":"https://github.com/nissy/toever","commit_stats":null,"previous_names":["ngc224/everstdin","ngc224/everton","ngc224/toever"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy%2Ftoever","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy%2Ftoever/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy%2Ftoever/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nissy%2Ftoever/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nissy","download_url":"https://codeload.github.com/nissy/toever/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226700610,"owners_count":17668678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-07T23:03:40.128Z","updated_at":"2024-11-27T06:30:30.185Z","avatar_url":"https://github.com/nissy.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"toEver\n=======\ntoEver is a command-line tool to create a note to Evernote.   \n\nThis command is specializing in the function to transmit a file and to make a note.  \nThe file of all the kinds can be transmitted.  \nA binary file is registered as an attached file.   \n\nA text and a binary file can be registered also from standard input.  \nStandard input corresponds to the command which cannot be ended unless \"tail -f\" etc. send a signal.   \n\nA tag, a notebook, and a title can be attached as an option, or a share link can be acquired.  \n\n\nInstall\n-----\n    $ sudo pip install toever\n\nInstall mac osx\n-----\n    $ brew install nissy/toever/toever\n\nSetup\n-----\n[Please get the developer token of evernote](https://www.evernote.com/api/DeveloperToken.action)   \nOSX have saved the token to keychain  \n\n    $ toever --config\n\nUsage\n-----\nFile to send to evernote\n\n    $ toever aaa.txt\n\n    $ toever aaa.txt bbb.jpg ccc.zip\n\n    $ toever photo1.jpg photo2.jpg --notebook 'photo'\n    \nThe note of evernote will be created if standard input is passed to toever.\n\n    $ cat /etc/nginx/nginx.conf | toever --tags nginx,config --notebook linux\n\n    $ toever -t 'localhost hosts file' \u003c /etc/hosts\n    \n    $ tail -f /var/log/access_log | toever\n\nIf you specify a file name in the option, it is saved as an attachment.\n \n    $ tar cvz /etc/nginx | toever -f nginx.tar.gz\n\n    $ curl https://www.python.org/static/img/python-logo.png | toever -f python.png\n\n    $ wget -O - https://github.com/nissy/toever/archive/master.tar.gz | toever -f master.tar.gz\n\nIt is possible to acquire a share URL If you add the \"--share\" option\n\n    $ toever ~/.ssh/authorized_keys --share\n    ...\n    Created note title is 'toEver Post 2014-11-20 21:19:16' [50.0 MB / 4096.0 MB]\n    share link --\u003e https://www.evernote.com/shard/s143/sh/5f55f19e-d5f4-4131-95e8-81f0b0...\n\nHelp\n-----\n    usage: toever [-h] [-f FILENAME] [-t TITLE] [--tags TAGS]\n                     [--notebook NOTEBOOK] [--config] [--hide] [--share] [-v]\n                     [file [file ...]]\n    \n    positional arguments:\n      file                  file to send to evernote\n    \n    optional arguments:\n      -h, --help            show this help message and exit\n      -f FILENAME, --filename FILENAME\n                            set note attachment file name (When the name is\n                            designated, it processed as attachment file.)\n      -t TITLE, --title TITLE\n                            set note title (omitted, the time is inputted\n                            automatically.)\n      --tags TAGS           set note tags (multiple tag separated by comma.)\n      --notebook NOTEBOOK   set note notebook\n      --config              set user config\n      --hide                hide the display message (except share link)\n      --share               set note share link\n      -v, --version         show program's version number and exit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnissy%2Ftoever","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnissy%2Ftoever","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnissy%2Ftoever/lists"}