We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If yes, could you please let me know how do I change it to run the list command on start?
The text was updated successfully, but these errors were encountered:
That is the default, and I am not aware of any way to change it.
Sorry, something went wrong.
There hasn't been a commit in such a long. Is this not being developed anymore?
To change it currently requires editing the source code, but it's not too difficult:
cmake -DCMAKE_BUILD_TYPE=release .
make
src/tasksh
src/main.cpp
//
cmdHelp ();
sudo make install
The downside is that, when there are future releases of tasksh, you'd need to pull the latest code and re-apply the change.
No branches or pull requests
If yes, could you please let me know how do I change it to run the list command on start?
The text was updated successfully, but these errors were encountered: