pub fn get_proc(set: HashSet<String>) -> HashSet<String>
Expand description

Adds or removes processes from the current processes HashSet It admits four types of interactions

  1. \q: Stop adding processes
  2. \w: See the processes list
  3. rm process name: remove a process from the list
  4. process name: add a process to the list