-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: #d, #t and #s #2
Comments
I think Of course you're always welcome to use hashp as a base for writing your own; I wrote hashp because Spyscope wasn't quite what I wanted. |
True, I like the no b.s. approach with this hashp. I just might investigate into adding them, but just in case some one with more free time available is anxious to add them here as PR or to another project, knowing how much I have free time at my disposal, I'd be cool with that, too. |
In a similar vein what if there were an option to send via |
Took a crack at generalizing this, see https://github.com/sparkofreason/hashtag. Feedback welcome and appreciated. |
Simple example of #t here: https://github.com/sparkofreason/hash-meta/blob/master/examples/clj/hasht.clj |
How about few more:
#d
to def it to something suitable for easy access ?#t
to print it with some timing information ?#s
to spit it to /tmp ?The text was updated successfully, but these errors were encountered: