Commit Graph

135 Commits

Author SHA1 Message Date
Kunal Dabir 1702c991ce implements #15
support for .hasrc file in current working directory, from where
has command is fired. these commands are merged with cli args.
2018-11-16 16:01:11 +05:30
Kunal Dabir b60c239bc4 extract magic number into a variable 2018-11-16 12:12:37 +05:30
Kunal Dabir 79f3eb8bba fixes #27 return status code only upto 126 2018-11-16 07:58:05 +05:30
Kunal Dabir 27a6b24b1c update demo 2018-11-15 13:24:22 +05:30
Kunal Dabir 722a5495d6 bump to v1.3.0 2018-11-15 11:57:30 +05:30
Kunal Dabir 4e91758c00 colorize the version as well 2018-11-15 11:53:28 +05:30
Kunal Dabir 1ad2f05548 its possible because of many more 2018-11-15 10:44:33 +05:30
Jason Phan 4d1035e241 added: colors (#26)
Support Colors #12 

* added: colors

No more echo with variables in them. Think of it like the Holocaust... Never. Again.

* update: removed color codes from tests
2018-11-15 10:39:17 +05:30
Kunal Dabir 8674525059
Update LICENSE 2018-11-14 21:51:07 +05:30
Kunal Dabir 87959c9b70
Merge pull request #25 from danstewart/master
Add perl6 and kotlin
2018-10-26 18:37:35 +05:30
Dan Stewart 86e7a8c4d6 Add perl6 and kotlin 2018-10-26 13:25:51 +01:00
Kunal Dabir 75ccc96171
Merge pull request #24 from layik/patch-1
tiny: add R
2018-09-12 18:31:32 +05:30
Layik Hama 621616fe56
tiny: add R 2018-09-12 13:17:28 +01:00
Kunal Dabir 0f23f2606d
add project location in script 2018-09-11 20:18:32 +05:30
Kunal Dabir d18ace12fd add some cloud tools 2018-09-11 12:46:16 +05:30
Kunal Dabir 5443d4cb9e
link svg
in future, serve svg via rawgit
2018-04-08 22:33:10 +05:30
Kunal Dabir c85422d5d4 add demo svg 2018-04-08 22:29:36 +05:30
Kunal Dabir a3223b2a8e
Merge pull request #23 from codetriage-readme-bot/codetriage-badge
Add CodeTriage badge to kdabir/has
2018-03-01 09:44:49 +05:30
codetriage-readme-bot 90e3dfdd68 Add CodeTriage badge to kdabir/has
Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source Helpers](https://www.codetriage.com/kdabir/has/badges/users.svg)](https://www.codetriage.com/kdabir/has)

## What is CodeTriage?

CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed

[Read more about the CodeTriage project](https://www.codetriage.com/what).

## Why am I getting this PR?

Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly 4 months ago, [@kdabir](https://github.com/kdabir) added this project to CodeTriage in order to start contributing.

## What does adding a badge accomplish?

Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project.

You can see an example of a CodeTriage badge on these popular OSS READMEs:

- [![](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails
- [![](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal

## Have a question or comment?

While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics.

If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again.

Thanks for making your project Open Source! Any feedback is greatly appreciated.
2018-02-03 15:52:36 -06:00
Kunal Dabir 4de4abba1e
add build status 2018-01-31 09:30:14 +05:30
Kunal Dabir 3136085c75 Fix for #22 - let has eat it's own dogfood 2017-12-27 17:47:19 +05:30
Kunal Dabir f6fe16c659 Merge pull request #20 from vimist/More_tools
More tools
2017-10-14 16:18:02 +05:30
Kunal Dabir f5101803f4 Merge pull request #19 from vimist/Treat_SIGPIPE_as_success
Treat SIGPIPE (exit code 141) as a success
2017-10-14 16:16:08 +05:30
vimist dfe466c7bf Added sbt support 2017-10-14 11:12:54 +01:00
vimist d61a4bb457 Added lein support 2017-10-14 11:12:43 +01:00
vimist cf9ea4ce23 Added scala support 2017-10-14 11:12:16 +01:00
vimist f3b243a531 Added php5 support 2017-10-14 11:11:55 +01:00
vimist 1382244c94 Treat SIGPIPE (exit code 141) as a success
If SIGPIPE is received, it doesn't mean that we didn't manage to extract
the version; this change should fix this issue.

This should resolve #18.
2017-10-14 08:53:50 +01:00
Kunal Dabir 0816c04c67 add grunt gulp brunch 2017-10-14 12:56:16 +05:30
Kunal Dabir 8f0ffe8698 add alias for brew 2017-10-14 12:39:14 +05:30
Kunal Dabir dc072fd7d6 add yarn 2017-10-14 12:35:23 +05:30
Kunal Dabir 9b6b4d303c add ways to contribute 2017-10-14 12:29:07 +05:30
Kunal Dabir b1fb012bd7 support httpie 2017-10-14 12:29:07 +05:30
Kunal Dabir 2a75f7e763 Add more comments for anyone to follow along what the script does
Also extracted function for commands what expect version as arg
2017-10-14 12:29:07 +05:30
Kunal Dabir a6381b6093 update readme for non-whitelisted commands 2017-09-12 09:44:51 +05:30
Kunal Dabir 03f2acd57b add gcc make 2017-08-31 23:41:49 +05:30
Kunal Dabir 221cf2b87a more commands 2017-08-31 23:38:22 +05:30
Kunal Dabir e200d7d969 simplify 2017-08-31 21:46:24 +05:30
Kunal Dabir dd8249d70d Merge pull request #16 from agarrharr/patch-1
Fix typos. 

Thanks for the PR
2017-08-31 20:46:24 +05:30
Adam Garrett-Harris ea8cf4ef61 Fix typos 2017-08-31 08:59:01 -06:00
Kunal Dabir a47956970d Update README.md 2017-08-31 19:14:05 +05:30
Kunal Dabir 310508f583 update asciicast 2017-08-31 18:20:37 +05:30
Kunal Dabir 35e85a0981 add asciicast 2017-08-31 14:47:13 +05:30
Kunal Dabir 9b6c660048 add shortened url 2017-08-29 18:17:59 +05:30
Kunal Dabir 4dddf27108 release 1.0
- added more commands, shuffle the order
- added installation script
- using make to run tests
- update README with installation steps and usage
2017-08-29 12:01:11 +05:30
Kunal Dabir be35ddcfff add more commands 2017-08-29 09:37:37 +05:30
Kunal Dabir e206cbfa21 udpate test names and tool names 2017-08-29 09:23:21 +05:30
Kunal Dabir 43caa970a1 add test for status code > 1 2017-08-29 09:18:13 +05:30
Kunal Dabir 3b6dbf78e4 return exit status based on number of failed commands, 0 means all passed 2017-08-29 09:14:08 +05:30
Kunal Dabir 1549e88c4f add build status 2017-08-28 22:50:44 +05:30