Ask YC: Review my app (pycmds, a web-based command line)
1–10 of 33 posts
Re: Ask YC: Review my app (pycmds, a web-based command line)
#2This query crashes the site: http://www.pycmds.org/#youtube search for miley
Re: Ask YC: Review my app (pycmds, a web-based command line)
#3The auto-suggest gets annoying because it's always displayed. You should only display it when you have a partial match. This query crashes the site: http://www.pycmds.org/#youtube search for miley
The auto-suggest is supposed to only display partial matches like you said. What browser/operating system are you using?
Re: Ask YC: Review my app (pycmds, a web-based command line)
#4Also please make the obvious commands like "help" or "info" do something useful.
Re: Ask YC: Review my app (pycmds, a web-based command line)
#5Opps! You found a bug. Here's the skinny:
Traceback (most recent call last):
File "/base/data/home/apps/pycmds/1.34/main.py", line 36, in get
out = self.dispatch(cmd)
File "/base/data/home/apps/pycmds/1.34/main.py", line 59, in dispatch
data = func(**kwargs)
File "/base/data/home/apps/pycmds/1.34/pycommands/entertainment.py", line 67, in albums_by
"type": "/music/artist"
File "/base/data/home/apps/pycmds/1.34/pycommands/freebase.py", line 26, in mql_read
return result['qname']['result']Re: Ask YC: Review my app (pycmds, a web-based command line)
#6Bug report, when doing a search for 'albums by [muse]' (btw oops is not spelled opps ;-)): Opps! You found a bug. Here's the skinny: Traceback (most recent call last): File "/base/data/home/apps/pycmds/1.34/main.py", line 36, in get out = self.dispatch(cmd) File "/base/data/home/apps/pycmds/1.34/main.py", line 59, in dispatch data = func(**kwargs) File "/base/data/home/apps/pycmds/1.34/pycommands/entertainment.py", l…
Re: Ask YC: Review my app (pycmds, a web-based command line)
#7So, I really think that you should add the features that other developers can developer commands for you
Re: Ask YC: Review my app (pycmds, a web-based command line)
#8Re: Ask YC: Review my app (pycmds, a web-based command line)
#9What are you reasons for making this app? I like it, but I can't see myself using it every day.
Re: Ask YC: Review my app (pycmds, a web-based command line)
#10http://www.pycmds.org/#albums%20by%20['foo']%22%20onclick=%22alert(1)%22
It gives me Python stack traces on most funky commands.