Tec Fu
Tec Fu
Closed by #95
Hi @nuhasha. Could you please post the command you are using to invoke `tty-table` as well as the data you are passing to it?
https://www.github.com/tecfu/tty-table provides text wrapping by default.
I found that tasks can be modified in ex mode through the following steps: ``` //get the task list ui :TW //put cursor on a task field you desire to...
I've found the fix previously mentioned gets me to ex mode, but works unreliably. Oftentimes when I hit return after entering text I simply get a new line in ex...
I found two different workarounds for this. 1. You can create the file .vim/after/ftplugin/taskreport.vim and put any desired mappings/remappings there. 2. You can use the async api to run a...
Also wonder if it would be possible to call an external service to refactor/compress the tokens we've accumulated.