Skip to content
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

Free RAM -> Linux/Mac #24

Open
marceloboeira opened this issue Sep 24, 2014 · 8 comments
Open

Free RAM -> Linux/Mac #24

marceloboeira opened this issue Sep 24, 2014 · 8 comments

Comments

@marceloboeira
Copy link

Look:

image

I'm using this code below for ubuntu: Check here

aram () { free -m | awk '{print $4}' | head -2 | tail -1; }
@marceloboeira marceloboeira changed the title Free Ram -> Linux/Mac Free RAM -> Linux/Mac Sep 24, 2014
@xta
Copy link
Owner

xta commented Sep 24, 2014

Hey, thanks for another great suggestion. Free Ram could possibly be implemented similar to the git branch parsing. See how it works here.

If I get a pull request that conforms to the existing HalloweenBash implementation, I'll consider it for inclusion. :)

@marceloboeira
Copy link
Author

@xta I'll try 👍

@xta
Copy link
Owner

xta commented Sep 25, 2014

@marceloboeira cool, let me know if you have any questions

@marceloboeira
Copy link
Author

@xta I can't make a MacOS support :/

@xta
Copy link
Owner

xta commented Sep 25, 2014

@marceloboeira Thanks for the effort. I'd recommend holding off for now since I'd like the different config options to work across both Linux & Mac.

@marceloboeira
Copy link
Author

@xta I'll create a branch, with Linux Support, and Create a Pull request. In the future we could have a simple checkbox, to confirm if it is MacOS or Linux, that would help a lot...

@marceloboeira
Copy link
Author

@xta just don't merge it until MacOS Support is ready...

@xta
Copy link
Owner

xta commented Sep 25, 2014

@marceloboeira cool, thanks for sending a pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants