{"id":26328751,"url":"https://github.com/mfyz/todox","last_synced_at":"2026-05-21T07:45:33.246Z","repository":{"id":27438649,"uuid":"113921517","full_name":"mfyz/todox","owner":"mfyz","description":"Clean and simple todo app built for Todo.txt format","archived":false,"fork":false,"pushed_at":"2023-06-15T13:08:02.000Z","size":2947,"stargazers_count":3,"open_issues_count":28,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-06-15T17:08:38.417Z","etag":null,"topics":["electron","fromscratch","todox"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-11T23:54:55.000Z","updated_at":"2023-06-15T13:08:08.000Z","dependencies_parsed_at":"2022-08-07T12:16:44.626Z","dependency_job_id":null,"html_url":"https://github.com/mfyz/todox","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfyz%2Ftodox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfyz%2Ftodox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfyz%2Ftodox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfyz%2Ftodox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfyz","download_url":"https://codeload.github.com/mfyz/todox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790995,"owners_count":20348386,"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":["electron","fromscratch","todox"],"created_at":"2025-03-15T21:18:30.544Z","updated_at":"2026-05-21T07:45:28.223Z","avatar_url":"https://github.com/mfyz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"TodoX\n[![Build Status](https://travis-ci.com/mfyz/todox.svg?branch=master)](https://travis-ci.com/mfyz/todox)\n===========\n\n## A simple but smart note-taking app\n\nTodoX is a little app that you can use as a quick note taking or todo app.\u003c/p\u003e\n\n* Small and simple, the only UI is the text you type\n* Saves on-the-fly, no need to manually save\n* Automatic indenting\n* Note-folding\n* Use checkboxes to keep track of your TODO's\n* Powerful keyboard control\n* Replaces common syntax with symbols, such as arrows\n* Free\n\n![Screenshot](https://raw.githubusercontent.com/mfyz/todox/master/screenshot.jpg)\n\n\n### Shortcuts\n\n* \u003ckbd\u003ecmd/ctrl+up\u003c/kbd\u003e - move current line up\n* \u003ckbd\u003ecmd/ctrl+down\u003c/kbd\u003e - move current line down\n* \u003ckbd\u003ecmd/ctrl+d\u003c/kbd\u003e - delete current line\n* \u003ckbd\u003ecmd/ctrl+w/q\u003c/kbd\u003e - close application\n* \u003ckbd\u003ecmd/ctrl +/=\u003c/kbd\u003e - zoom text in\n* \u003ckbd\u003ecmd/ctrl -\u003c/kbd\u003e - zoom text out\n* \u003ckbd\u003ecmd/ctrl+0\u003c/kbd\u003e - reset text size\n* \u003ckbd\u003ecmd/ctrl+]/[\u003c/kbd\u003e - fold note collapsing\n* \u003ckbd\u003ecmd/ctrl+f\u003c/kbd\u003e - search (you can also use regular expressions, by starting and ending with a /)\n* \u003ckbd\u003eshift+cmd/ctrl+f\u003c/kbd\u003e - replace\n* \u003ckbd\u003eshift+cmd/ctrl+r\u003c/kbd\u003e - replace all\n* \u003ckbd\u003ecmd/ctrl+g\u003c/kbd\u003e - jump to line (you can also use \u003cline\u003e:\u003ccharacter\u003e notation, or go relative lines with +\u003cline\u003e and -\u003cline\u003e)\n* \u003ckbd\u003ecmd/ctrl+/\u003c/kbd\u003e - Add or toggle a checkbox\n* \u003ckbd\u003ef11\u003c/kbd\u003e - Toggle fullscreen\n* \u003ckbd\u003ecmd/ctrl+i\u003c/kbd\u003e - Toggle between light and dark theme\n* \u003ckbd\u003ealt\u003c/kbd\u003e - show or hide menu (Windows only)\n* \u003ckbd\u003ecmd/ctrl+s\u003c/kbd\u003e - ...this does nothing.\n\n### Installation\n```sh\n# Download from git\ngit clone https://github.com/mfyz/todox.git\n\n# Install dependencies\ncd todox \u0026\u0026 npm install\n\n# build and run\nnpm build\nelectron main.js\n\n# or run dev version\nnpm run dev\n```\n\n### Package Appliction\n\n```sh\nnpm run package\n```\n\n### Command Line Arguments\n**Portable Mode**\n`-p, --portable`\n\nLets you store all the files TodoX generates in a specified location, such as a USB-stick or\nother portable storage device. In this mode both the configuration files as well as your text content will be stored in\na \"userdata\" directory alongside the TodoX executable, or when given a directory as an argument, will store\nthe files there.\n\nYou can also use this to store the TodoX configuration files, and the text content, in a synced cloud storage\nfolder.\n\n```\n# run TodoX in portable mode, saving data in application directory.\ntodox --portable\n```\n\n```\n# run TodoX in portable mode, saving data in custom directory.\ntodox --portable ~/todox_data\n```\n**help**\n`-h, --help`\n\nPrints help information\n\n### FAQ\n*Where is my data saved?*\n\nYour data is saved in a plain text file content.txt. On Mac and Linux, this file is saved in ~/.todox. On Windows\nthis file is saved in a directory called \".todox\" in your userprofile directory.  \n\n*Can my data be saved in an alternate directory?*\n\nYes! See the **portable mode** section under the **Command Line Arguments** heading above.\n\n### Credits\n\nTodoX is a manual fork export of FromScratch (https://fromscratch.rocks) created by Kilian Valkhof https://github.com/Kilian which is originally licensed under MIT license. TodoX includes many improvements and modifications to support and adapt Todo.txt format and extra capabilities.\n\nTodoX is built upon these open source projects:\n\t\u003ca href=\"http://electron.atom.io\"\u003eElectron\u003c/a\u003e,\n\t\u003ca href=\"https://facebook.github.io/react/\"\u003eReact\u003c/a\u003e,\n\t\u003ca href=\"https://github.com/tonsky/FiraCode\"\u003eFira Code\u003c/a\u003e,\n\t\u003ca href=\"http://codemirror.net/\"\u003eCodeMirror\u003c/a\u003e and\n\t\u003ca href=\"https://github.com/chentsulin/electron-react-boilerplate\"\u003eElectron-react-boilerplate\u003c/a\u003e.\n\nThanks @bittersweet @chentsulin @ctrauma for the initial contributions to FromScratch - indirectly to TodoX to be what it is today.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfyz%2Ftodox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfyz%2Ftodox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfyz%2Ftodox/lists"}