taskell
                                
                                 taskell copied to clipboard
                                
                                    taskell copied to clipboard
                            
                            
                            
                        Add a "boards-bar"
My suggestion is a bit related to #44 :
I use Taskell daily for several months now, it's an awesome tool, thank you !
The only major feature missing for me is the ability to switch between multiple taskell md files.
The actual behavior of Taskell is :
| List 1 | List 2 | List 3 | 
|---|---|---|
| list item | list item | list item | 
| list item | list item | list item | 
The behavior of my dream would be :
| Nav Bar | TITLE | OF | BOARD 1 | |
|---|---|---|---|---|
| Board 1 | List 1 | List 2 | List 3 | |
| Board 2 | list item | list item | list item | |
| list item | list item | list item | 
This behaviour could be controlled by the content of a folder. In config.ini :
[general]
directory = path/to/my/taskell(s).md
Or with multiple filename ?
[general]
filename { 
  path/to/my/board1.md
  path/to/my/board2.md
  }
Sounds awesome to me, I hope we could discuss about it ! :smile:
This is related to #44
On the one hand, I feel like this is quite an un-unixy way of doing things. On the other, it's clearly something some people would find useful.
I don't think adding it to config.ini would be a good solution. But it might be possible to point it at a directory of markdown files, or a list:
taskell path/to/files
taskell path/to/files/*.md
I think the second option would probably be the most unixy.