Add a query(q) support to allow the user to ask which command they should call.
For example:
shelltime q get the top 5 memory-using processes
# < ps -eo pmem,comm | sort -k 1 -r | head -5
This should assign the current OS, PWD info, and the most recently used command. It is also possible to call rg something like this.
It should give only one command in reply.
In this issue, it's the end. I will do more in the next feature.
Add a
query(q)support to allow the user to ask which command they should call.For example:
shelltime q get the top 5 memory-using processes # < ps -eo pmem,comm | sort -k 1 -r | head -5This should assign the current OS, PWD info, and the most recently used command. It is also possible to call
rgsomething like this.It should give only one command in reply.
In this issue, it's the end. I will do more in the next feature.