Giter Club home page Giter Club logo

tdls's Introduction

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]

tdls's People

Contributors

songjein avatar zumsa avatar seriousran avatar

Stargazers

 avatar Couzy avatar  avatar Myang avatar Eddy.Kim avatar Josh avatar Jayden Jeong avatar  avatar  avatar JOON avatar giwook.hong avatar SoYeop avatar  avatar Chris Yang avatar garynoh avatar 조진우 avatar JeongHoon Cho avatar lleejong avatar  avatar

Watchers

 avatar

tdls's Issues

멋져요

기대되요 티디엘에스!
1 💵 = 1 👍

td lsch 오류

module.js:550
throw err;
^

Error: Cannot find module './settings'
at Function.Module._resolveFilename (module.js:548:15)
at Function.Module._load (module.js:475:25)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. (/usr/local/lib/node_modules/stdio/cmd/td-lsch:7:18)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.