0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added instapaper support. Your username/password aren't stored in the preferences file yet, though. Suck it up and deal with it. More... over 13 years ago
Updated the hn-api code, and made the hnsh more general (used to be dependent on 30 stories per page, now checks to see how many stories are on each page before doing anything.) More... about 14 years ago
Removed the old readme file. More... about 14 years ago
Renamed the readme file. More... about 14 years ago
Added a readme file. More... about 14 years ago
Now if a user's karma is different to what it was before the refresh, the user gets an alert before the prompt. More... about 14 years ago
Updated hnapi.py. More... about 14 years ago
Updated hnapi.py. More... about 14 years ago
Updated hnapi.py More... about 14 years ago
Fixed a small bug that gave stories with 1 point a label of '1 points'. That should be the last bug to come from the switch to using hnapi.py... I hope. More... about 14 years ago
Updated hnapi.py More... about 14 years ago
Forgot to get rid of the testing code I used to fix that last bug. More... about 14 years ago
Updated to latest hnapi.py More... about 14 years ago
Updated hnapi.py to latest version. More... about 14 years ago
Fixed a bug where stories with 1 comment would be printed as '1 comments'. More... about 14 years ago
Updated hnapi.py More... about 14 years ago
version 2.1.1. Since I took the guts of hnsh out and made into an API for HN, I decided to rewrite some of hnsh using the hnapi code. More... about 14 years ago
version 2.1. Added a new command: 'prefs'. The 'prefs' command prints out what all of the user's preferences are currently set to. More... over 14 years ago
version 2.0.1. Fixed some bugs with the 'top' and 'new' commands -- now, the user is given some feedback when the user runs either of those commands, and the 'last refreshed time' is updated, as well as the user's HN karma. More... over 14 years ago
version 2.0. Finally, hnsh keeps track of your HN karma. Use the user command to tell hnsh your HN username, and your name and karma will appear at the top right of the hnsh screen at all times, just like on HN. The man.txt file has also been updated to reflect the 2.0 changes. More... over 14 years ago
version 1.1.11. Yet another bugfix related to getting submitters of stories. More... over 14 years ago
version 1.1.10. Comment counts are now retrieved from HN in a way that shouldn't break (unless HN *really* changes its source code). Version 1.2 will mark the full release of the karma tracking feature. Until then, releases will be 1.1.* More... over 14 years ago
version 1.1.9. The HN source code has changed (causing '13 comments' to become '>13 comments'). The bug has been fixed. This happens from time to time (IDs going from 7 to 8 digits, etc). It's probably worth me looking at a safer/smarter way of getting those details from the HN homepage. More... over 14 years ago
version 1.1.8. Your karma is now checked every time you refresh the stories, not every time stories are printed. All that's left now is to write your HN username to the hnsh_prefs file and read that in at startup. More... over 14 years ago
version 1.1.7. Work has begun on a feature to keep track of your HN karma. To try the feature out (not quite stable at the moment), type 'user ' and then your HN username at the prompt. Your username will be remembered until you close the program. Next is writing the preference to the hnsh_prefs.txt file and moving the code that gets your karma so that it only gets called when you refresh the stories, not every time the stories are printed as is currently happening. Version 1.2 should be out tomorrow night. More... over 14 years ago
version 1.1.6. Updated the man.txt file. More... over 14 years ago
version 1.1.6. Merged with @tomwans' updating code. The downloaded zip file and resulting unzipped folder are both deleted after the update is applied. More... over 14 years ago
Merge git://github.com/tomwans/ynsh More... over 14 years ago
New Auto-Update code removes folders/update files left behind More... over 14 years ago
Synchronizing with hnsh More... over 14 years ago