mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
1.5 KiB
JSON
1 line
1.5 KiB
JSON
[{"user_id": 15368, "stars": [], "topic_id": 9278, "date_created": 1298751881.3985291, "message": "Does anyone have or know a good way of autocompleting a Linux directory/file using readline? I know it can handle the current directory and you can use chdir() to move it somewhere else but I'm getting annoyed at trying to make it browse my filesystem effectively.", "group_id": 292, "id": 215477}, {"user_id": 3997, "stars": [{"date_created": 1298774188.3982689, "user_id": 261}], "topic_id": 9278, "date_created": 1298772890.4429231, "message": "Autocompleting in Python interpreter? Try iPython.", "group_id": 292, "id": 216183}, {"user_id": 11592, "stars": [], "topic_id": 9278, "date_created": 1298787207.831584, "message": "http://stackoverflow.com/questions/187621/how-to-make-a-python-command-line-program-autocomplete-arbitrary-things-not-inte i guess you'll have to update autocompleter status by yourself. Check the source for of bpython for a hints.", "group_id": 292, "id": 216667}, {"user_id": 3751, "stars": [], "topic_id": 9278, "date_created": 1298788504.953681, "message": "ipython +1", "group_id": 292, "id": 216693}, {"user_id": 15368, "stars": [], "topic_id": 9278, "date_created": 1298801459.9928269, "message": "It's for inside an application, so iPython won't work. But thanks.", "group_id": 292, "id": 216901}, {"user_id": 1736, "stars": [], "topic_id": 9278, "date_created": 1298831320.1123631, "message": "@kura You can embed an IPython instance within an app.", "group_id": 292, "id": 218881}] |