mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-07-27 12:16:28 +02:00
Prompt
- More features.
This commit is contained in:
parent
e020966425
commit
d7a5c34e01
2 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int cmdHelp ()
|
||||
{
|
||||
// TODO This needs some work.
|
||||
std::cout << "tasksh help\n";
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -30,9 +30,11 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string composePrompt ()
|
||||
{
|
||||
// TODO The prompt should be composed of two elements:
|
||||
// TODO The prompt may be composed of different elements:
|
||||
// TODO - The configurable text
|
||||
// TODO - The accumulated context, as colored tokens.
|
||||
// TODO - sync status
|
||||
// TODO - time
|
||||
return "task> ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue