Giter VIP home page Giter VIP logo

sortl's Introduction

sortl

A simple but powerful Tasklist Management Method.

Demo

For example, I will explain with 'tasks about writing a book'.

Compare 'After' with 'Before'.

With sortl, you can get the readable tasklist easily.

sortl cycle

sortl consists of 3-step work flow simply.

  • 1: Enumerate ... Write tasks with 1-task 1-line.
  • 2: Prepend ... Write prefix to each line for sorting.
  • 3: Sort ... Sort lines with some tool.

All you need to do is to enumerate your tasks, prepend prefixes, and sort lines repeatedly. In other words, follow the Sortl Cycle!

About demo tasklist, like this:

How to sort

There are various ways to sort lines.

Text Editor

  • Enumerate: To your text editor.
  • Prepend: To each line of the ediotor.
  • Sort: Use the editor's function, extension or external command execution to call sorting.

Browser

Excel (Windows)

  • Enumerate: To cells.
  • Prepend: To each cell.
  • Sort: Move to the upper cell and Click Home > Sort&Filter > Sort A to Z.

Console (Windows)

  • Enumerate: to the text file.
  • Prepend: to each line of the file.
  • Sort: Do sort yourlist.txt /o yourlist.txt

Console (Linux/MacOS)

  • Enumerate: to the text file.
  • Prepend: to each line of the file.
  • Sort: Do sort yourlist.txt -o yourlist.txt

sortl's People

Contributors

stakiran avatar

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.