All Projects → cassidoo → Todometer

cassidoo / Todometer

Licence: mit
A meter-based to-do list

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Todometer

Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+188.97%)
Mutual labels:  productivity, to-do-list
WeekToDoWeb
WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule your tasks and projects with to do lists and a calendar. Available for Windows, Mac, Linux or online.
Stars: ✭ 48 (-96.92%)
Mutual labels:  productivity, to-do-list
Baelte
CLI tool for svelte to help you be productive
Stars: ✭ 85 (-94.55%)
Mutual labels:  productivity
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (-93.26%)
Mutual labels:  productivity
Sspipe
Simple Smart Pipe: python productivity-tool for rapid data manipulation
Stars: ✭ 96 (-93.84%)
Mutual labels:  productivity
Timetrack
Automatically track how you are spending your time by watching the file system
Stars: ✭ 88 (-94.36%)
Mutual labels:  productivity
Booklight
Your Chrome Alfred - An Extension to provide spotlight-like interface for your bookmarks
Stars: ✭ 98 (-93.71%)
Mutual labels:  productivity
Youtube time tracker
Chrome Extension that tracks time you spent on Youtube.
Stars: ✭ 84 (-94.61%)
Mutual labels:  productivity
Dargs
Enhance any command with dynamic arguments
Stars: ✭ 107 (-93.14%)
Mutual labels:  productivity
Organice
An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
Stars: ✭ 1,327 (-14.88%)
Mutual labels:  productivity
Meta
tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
Stars: ✭ 1,376 (-11.74%)
Mutual labels:  productivity
Perfectwindows
PerfectWindows 软件家族 - Windows 从未如此完美!
Stars: ✭ 1,326 (-14.95%)
Mutual labels:  productivity
Trackmd
Tools for tracking changes in Markdown format within RStudio
Stars: ✭ 89 (-94.29%)
Mutual labels:  productivity
Yi Note
YiNote browser extension - online video note taking tool
Stars: ✭ 96 (-93.84%)
Mutual labels:  productivity
Yana
Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
Stars: ✭ 87 (-94.42%)
Mutual labels:  productivity
Spaceboard
Pinterest for markdown notes. Made with React, TypeScript, and Next.js.
Stars: ✭ 106 (-93.2%)
Mutual labels:  productivity
Pihole Browser Extension
Browser extension to control your pi-hole
Stars: ✭ 83 (-94.68%)
Mutual labels:  productivity
Ruby Saddler
Stars: ✭ 93 (-94.03%)
Mutual labels:  productivity
Polyx
Productivity suite written from scratch in Ink on the backend and Torus on the web
Stars: ✭ 98 (-93.71%)
Mutual labels:  productivity
Pomotroid
🍅 Simple and visually-pleasing Pomodoro timer
Stars: ✭ 2,028 (+30.08%)
Mutual labels:  productivity

todometer

A simple, meter-based to-do list built with Electron and React.

todometer

Download

Nab the latest version from the Releases page!

Development

  • Clone the repo:
$ git clone https://github.com/cassidoo/todometer.git
  • Go to the project directory and install dependencies:
$ cd todometer && yarn install

To show the Electron application window with your current build:

$ yarn run electron-dev

To build a production-version:

$ yarn install
$ yarn postinstall
$ yarn pre-electron-pack
$ yarn electron-pack

Contributing

So you want to contribute? Yay! Great! Fun! I love seeing new PRs for todometer. That being said, not every pull request will be merged. The general guidelines I'll follow are:

  • Does it make developing todometer easier?
  • Does it help other platforms (Windows, Mac, Linux) work better?
  • Does it fix a bug?
  • Does it break anything?
  • Does it stick to the original goal of todometer (a simple, meter-based to-do list)
  • Does it reduce the build size?
  • Is it necessary?

Regarding that last point, I don't expect all pull requests to be absolutely necessary. New features are good. That being said, if the new features make the app unnecessarily complex in some way without bringing value to the users, it won't be merged.

Please don't be hurt if your PR isn't merged. You're lovely for working on it. If you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].