All Projects → czytelny → Backlog

czytelny / Backlog

Licence: mit
Simple desktop app for storing lists of items (todo, tasks, backlog items)

Projects that are alternatives of or similar to Backlog

Mirakel Android
Easy task management for professionals
Stars: ✭ 382 (-6.14%)
Mutual labels:  todo, todolist
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (-77.64%)
Mutual labels:  todo, todolist
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-94.59%)
Mutual labels:  todo, todolist
Streak-Tasks
Streak Tasks Habit Tracker
Stars: ✭ 27 (-93.37%)
Mutual labels:  todo, todolist
gitlab task manager
Microsoft Todo inspired task manager leveraging Gitlab's Issue Tracker as the backend
Stars: ✭ 22 (-94.59%)
Mutual labels:  todo, desktop
Nickel
Micro tasks manager written in pure Python
Stars: ✭ 18 (-95.58%)
Mutual labels:  todo, todolist
outspline
Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
Stars: ✭ 41 (-89.93%)
Mutual labels:  todo, todolist
tdls
command-line Todo-list & Tech-blogging Service
Stars: ✭ 19 (-95.33%)
Mutual labels:  todo, todolist
to-do-list-acf-to-rest-api
To do list using the plugin WordPress REST API
Stars: ✭ 24 (-94.1%)
Mutual labels:  todo, todolist
meemo
Run a lightweight Meemo server with database on Docker with docker-compose
Stars: ✭ 18 (-95.58%)
Mutual labels:  todo, todolist
ugly-todo
Just an Ugly To-Do app that I wanted to develop.
Stars: ✭ 35 (-91.4%)
Mutual labels:  todo, todolist
todoscreensaver
A screensaver that reads a text file from somewhere on your PC.
Stars: ✭ 20 (-95.09%)
Mutual labels:  todo, todolist
To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (-94.84%)
Mutual labels:  todo, todolist
api
Mirror of vikunja from https://code.vikunja.io/api
Stars: ✭ 119 (-70.76%)
Mutual labels:  todo, todolist
Todo-List
✔️ Create to-do lists to easily manage your ideas and work.
Stars: ✭ 30 (-92.63%)
Mutual labels:  todo, todolist
todo-list
A practical web application built with Node.js, Express, and MySQL for you to readily record, view, and manage your tasks with an account: Create, view, edit, delete, filter, and sort expenses are as easy as pie 🥧
Stars: ✭ 18 (-95.58%)
Mutual labels:  todo, todolist
Collabtive
Collabtive is web based project management software
Stars: ✭ 192 (-52.83%)
Mutual labels:  todo, todolist
To Do
一个无后端待办事项应用,数据用 LeanCloud 进行同步。
Stars: ✭ 238 (-41.52%)
Mutual labels:  todo, todolist
td
a non-offensive, per project ToDo manager.
Stars: ✭ 48 (-88.21%)
Mutual labels:  todo, todolist
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (-88.45%)
Mutual labels:  todo, todolist

Backlog

Simple multiplatform desktop app for storing TODOs, ideas or backlog items. You can organize them with boards as a plaintext or markdown. No dependencies, no internet connection required, no external accounts. Sleek flow.

2.0.0-BETA-5.1 release

Preview of 2.0.0 version

New 2.x version introduces a lot of new features including new UI, configurable keybindings, search item feature, emoji, and a lot more! Check it out !

Official website

www.backlog.cloud

Download

No installation required. Just unzip archive and run executable

32bit versions

Features

  • Organize your thoughts with items & boards. Use Markdown or plaintext for adding new items
  • Move items to other board or drag&drop for reordering within current one
  • Filter board items by text
  • Light/dark theme
  • Simple progress bar
  • Keyboard shortcuts full list available here

Screenshots

Update

When new version is available just download it, unzip and enjoy. No additional action is required. All your boards and items will be available.

Change log

1.8.0

This is another huge update with number of significant improvements/features added. Hopefully it will stay for a longer.

Features & improvements

  • dark theme
  • search items feature
  • backup to file feature
  • new top bar unified acroos OS
  • modals can be closed by pressing ESC or click outside modal area
  • scrollbar ui improved
  • number of keyboard shortcuts added
  • check for updates on app startup
  • other minor ui improvements...

Bug fixes

  • fixed issue which makes impossible to move some item to newly created board
  • fix bug when specific items can't be edited nor deleted
  • fixed issue when items list was not fully visible (last item was truncated)

Why I've wrote it ?

When programming I often have a number of ideas related to possible improvements for the future or a cool new project. Most often, it's just one sentence or a couple of words - just a draft of an idea to expand in the future.

I know that, there are hundreds of todo list managers or other notes manager, but this one will finally perfectly fulfill my needs. So far I wrote my thoughts on sticky notes, I tried Evernote, Simplenote... They are fine, but all of them were either bloated with unnecessary features or lacked the desired "flow" - when I open a program I want type down thoughts, hit enter, and get back to my actual work. That's how I write Backlog. No dependencies, no internet connection required, no external accounts etc.

License

It's free and opensource application under MIT license. You can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source

Technical

How ?

This application is built with Electron and web technologies (javascript, css, html) more specifically: Vue.js. UI toolkit is iView

Build Setup

You can build it yourself instead of downloading executable:

# install dependencies
npm install

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

# Run your tests
npm run test

# Lints and fixes files
npm run lint

# Run your unit tests
npm run test:unit

Customize configuration

See Configuration Reference.

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].