All Projects → songjein → tdls

songjein / tdls

Licence: MIT license
command-line Todo-list & Tech-blogging Service

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to tdls

ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+378.95%)
Mutual labels:  todo, todolist, cmd
Todo
简洁清爽的Todo清单工具❤️ (MVP+okhttp3+retrofit+gson)
Stars: ✭ 93 (+389.47%)
Mutual labels:  todo, todolist
Realmtasks
Simple Todo iOS app with Realm DB and Swift
Stars: ✭ 83 (+336.84%)
Mutual labels:  todo, todolist
Todoit
The JavaScript framework for hassle-free TODO application development.
Stars: ✭ 102 (+436.84%)
Mutual labels:  todo, todolist
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+24768.42%)
Mutual labels:  todo, todolist
Todo app
todo app in react
Stars: ✭ 18 (-5.26%)
Mutual labels:  todo, todolist
Py Todo
📋 Lightweight reminder / todo-list in cli
Stars: ✭ 102 (+436.84%)
Mutual labels:  todo, todolist
todoscreensaver
A screensaver that reads a text file from somewhere on your PC.
Stars: ✭ 20 (+5.26%)
Mutual labels:  todo, todolist
Td Cli
A todo command line todo manager ✔️
Stars: ✭ 119 (+526.32%)
Mutual labels:  todo, todolist
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (+594.74%)
Mutual labels:  todo, todolist
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (+615.79%)
Mutual labels:  todo, todolist
Backlog
Simple desktop app for storing lists of items (todo, tasks, backlog items)
Stars: ✭ 407 (+2042.11%)
Mutual labels:  todo, todolist
Mirakel Android
Easy task management for professionals
Stars: ✭ 382 (+1910.53%)
Mutual labels:  todo, todolist
Go Todo
微信小程序 todo后端,采用GoFrame框架搭建,包含微信认证、token管理、发送微信模板消息等
Stars: ✭ 60 (+215.79%)
Mutual labels:  todo, todolist
Qtodotxt
Cross Platform todo.txt GUI
Stars: ✭ 358 (+1784.21%)
Mutual labels:  todo, todolist
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (+394.74%)
Mutual labels:  todo, todolist
Collabtive
Collabtive is web based project management software
Stars: ✭ 192 (+910.53%)
Mutual labels:  todo, todolist
to-do-list-acf-to-rest-api
To do list using the plugin WordPress REST API
Stars: ✭ 24 (+26.32%)
Mutual labels:  todo, todolist
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (+147.37%)
Mutual labels:  todo, todolist
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+7236.84%)
Mutual labels:  todo, todolist

td-ls; https://tdls.dev

Simple, Lightweight, Command-line Todo-list & Tech-blogging Service for Engineers.
콘솔 인터페이스 상에서 투두리스트, 메모 작성 및 마크다운 파일을 이용한 블로깅이 가능합니다.

Contribution

  • 환영!

Setting

  • prerequisite: node 8+
  • multi-user environment & using global node
    // install node via anaconda env & activate 
    sudo npm -g i tdls
    
  • single-user environment
    sudo npm -g i tdls
    
  • update => sudo npm -g update tdls

Register

td kegen
td setinfo

Blogging

# create 
td log -f 'MarkDown file path(absolute or relative path)' 
# https://tdls.dev/logs/:log_id
# update 
td log -f 'PATH' -i update_log_id 
# delete 
td log -d -i delete_log_id

Todo-list examples

  • co ; change order
  • lsf ; list finished items
td add -m 'schedule or memo...' 
td ls 
td fin -i index_of_todo_item 
td lsf 
td rm -i index_of_todo_item 
td co -1 first_index -2 second_index

Alt text

Usage

td -h

지원하는 명령어를 확인할 수 있습니다.

  Usage: td [options] [command]

  Options:

    -v, --version  output the version number
    -h, --help     output usage information

  Commands:

    add|a          add todo item
    ls|l           list todo items
    lsf|lf         list finished todo items
    co|c           change order of two items
    fin|f          finish todo item
    rm|r           remove todo item
    keygen|kg      generate key through https://tdls.dev
    setinfo|si     set user info through https://tdls.dev
    log|lg         write tech-blog article to https://tdls.dev using markdown file
    ...
    help [cmd]     display help for [cmd]
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].