command-not-found should print something on the console immediately
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
command-not-found (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: command-not-found
WHenever I goof a command like
alex@fizz:~$ pytohn blabla.py
if the command-not-found cache is cold, it may take a couple of seconds to return and finally print
bash: pytohn: command not found
During this time, I don't know whether the command is actually running or not.
Therefore, I suggest c-n-f prints something immediately like "pytohn not found. searching bla bla". At least then I can see straight away when I have goofed and have a chance to Ctrl+C it.
ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelMo
Package: command-not-found 0.2.31ubuntu2
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: command-not-found
Uname: Linux 2.6.28-6-generic x86_64
Changed in command-not-found (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
I support this proposal. The few seconds it takes feels like a very long time, so an immediate feedback would give the end user a smoother experience.