todo-jsonl 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - metadata +2 -27
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 4a389a0b7225f800d916b58f952227d7172f6df9fbeb94a832f8b35e8d6310b3
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 23f27f59ae81ac5b1aca3d8b5234a8eaeb84141eb08d53e713a72032c9a004f0
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 11d560696887b3ec7269992d0965586b26e167283b9612a1505ebe2d8797163e4ef83cf01f7364ade432af9e292ee65b00dde3681553cd5d2511bf18928ec0ea
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: f3ca3d8c038f6efe379af9d9536781493018743686a956adaf1cbe18362838ed7585a0462c7f60da20b7a914be041535cbc9030c29fe7249fe4c3b8818e2d70e
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: todo-jsonl
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Gabor Bata
         
     | 
| 
         @@ -10,32 +10,7 @@ bindir: bin 
     | 
|
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
11 
     | 
    
         
             
            date: 2020-09-15 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       13 
     | 
    
         
            -
            description:  
     | 
| 
       14 
     | 
    
         
            -
                  Usage: todo <command> <arguments>
         
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
                  Commands:
         
     | 
| 
       17 
     | 
    
         
            -
                  * add <text>                     add new task
         
     | 
| 
       18 
     | 
    
         
            -
                  * start <tasknumber>             mark task as started
         
     | 
| 
       19 
     | 
    
         
            -
                  * done <tasknumber>              mark task as completed
         
     | 
| 
       20 
     | 
    
         
            -
                  * block <tasknumber>             mark task as blocked
         
     | 
| 
       21 
     | 
    
         
            -
                  * prio <tasknumber>              toggle high priority flag
         
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
                  * append <tasknumber> <text>     append text to task title
         
     | 
| 
       24 
     | 
    
         
            -
                  * rename <tasknumber> <text>     rename task
         
     | 
| 
       25 
     | 
    
         
            -
                  * del <tasknumber>               delete task
         
     | 
| 
       26 
     | 
    
         
            -
                  * note <tasknumber> <text>       add note to task
         
     | 
| 
       27 
     | 
    
         
            -
                  * delnote <tasknumber> <text>    delete all notes from task
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
                  * list <regex> [regex...]        list tasks (only active tasks by default)
         
     | 
| 
       30 
     | 
    
         
            -
                  * show <tasknumber>              show all task details
         
     | 
| 
       31 
     | 
    
         
            -
                  * repl                           enter read–eval–print loop mode
         
     | 
| 
       32 
     | 
    
         
            -
                  * help                           this help screen
         
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
                  With list command the following pre-defined regex patterns can be also used:
         
     | 
| 
       35 
     | 
    
         
            -
                  :active, :done, :blocked, :started, :new, :all
         
     | 
| 
       36 
     | 
    
         
            -
             
     | 
| 
       37 
     | 
    
         
            -
                  Legend:
         
     | 
| 
       38 
     | 
    
         
            -
                  new [ ], done [x], started [>], blocked [!], priority *
         
     | 
| 
      
 13 
     | 
    
         
            +
            description: 
         
     | 
| 
       39 
14 
     | 
    
         
             
            email: 
         
     | 
| 
       40 
15 
     | 
    
         
             
            executables:
         
     | 
| 
       41 
16 
     | 
    
         
             
            - todo.rb
         
     |