saisandeepvaddi / ten-hands

⚡ Simplest way to organize and run command-line tasks

Home Page:https://tenhands.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: What does [ "taskViewStyle": "rows" ] in configuration do?

reddyshyam opened this issue · comments

Question: What does "taskViewStyle": "rows" in configuration do and if it is just showing tasks are rows, what are the alternate options?

That was meant for a feature I was working on. Currently tasks are displayed in rows one after another. I was working on something that looks like Chrome tabs.

That is not released yet. Where did you see that option any way?

Hi Sai Sandeep,

Thanks for getting back. I have seen the option in config.json

{
"port": 5010,
"enableTerminalTheme": true,
"globalHotKey": "CommandOrControl+Alt+T",
"showAppRunningTrayNotification": false,
"showStatusBar": true,
"taskViewStyle": "rows",
"shell": ""
}

Oh ok. My mistake for the confusion. You can remove or ignore that. That feature is not available yet. Might take some time.