92 posts
Posted 27 October 2013 - 03:12 PM
It's here. After 2 Ask a Pros and a bit of googling, and of course some coding and Gitting, I present…CASH*
[right]
*no money included[/right]
CASH is the free, open-source, Linux-like, colorful (but compatible with non-advanced computers/turtles) alternative shell for ComputerCraft. It is currently in development stage, but you can download it from my Git repo.
Screenshots:Spoiler
http://prntscr.com/20523q Features:Spoiler
- Compatible with the label command.
- Colorful when possible.
- Linux-like.
- WAAAY less lines the stock ComputerCraft terminal. CASH is 65 lines long, Stock Terminal is 222 lines.
- Liked by figgycity50 :)/>
Get with my Download Center (in my profile) for GitHub: https://github.com/f...master/cash.luaBug tracker on GitHub https://github.com/figgycity50/cash/issuesChangelog on GitHub https://github.com/figgycity50/cash/commits/master/cash.lua (GITHUB IS EVERYTHING :D/> how awesome)
88 posts
Posted 27 October 2013 - 05:10 PM
What does this add, other than a few colours, to the shell? Seeing as you promote it as an "Advanced SHell"
92 posts
Posted 28 October 2013 - 03:36 AM
What does this add, other than a few colours, to the shell? Seeing as you promote it as an "Advanced SHell"
Nothing Extra, YET (do know this is still indev) but i am adding more stuff as we speak (i have notepad++ open now) 1 thing is that it's a lot more shorter and more linux-like
7508 posts
Location
Australia
Posted 28 October 2013 - 05:08 AM
it's a lot more shorter
of course, you'd be taking advantage of the fact that it's running inside of the parent shell and don't actually need to define all the shell API.
92 posts
Posted 28 October 2013 - 07:32 AM
it's a lot more shorter
of course, you'd be taking advantage of the fact that it's running inside of the parent shell and don't actually need to define all the shell API.
yeah but that's everybody's advantage
88 posts
Posted 28 October 2013 - 08:11 AM
So, it's not a shell. It's a wrapper for the shell that looks shiny and colourful?
1114 posts
Location
UK
Posted 28 October 2013 - 10:28 AM
So, it's not a shell. It's a wrapper for the shell that looks shiny and colourful?
Ya. You really should add something that is actually useful, like tab-completion or permanent history (command history saved to a file, that you can reuse it even if the computer is rebooted)
92 posts
Posted 28 October 2013 - 03:26 PM
So, it's not a shell. It's a wrapper for the shell that looks shiny and colourful?
Ya. You really should add something that is actually useful, like tab-completion or permanent history (command history saved to a file, that you can reuse it even if the computer is rebooted)
that's exactly what i'm doing in the future updates
1114 posts
Location
UK
Posted 29 October 2013 - 03:31 AM
So, it's not a shell. It's a wrapper for the shell that looks shiny and colourful?
Ya. You really should add something that is actually useful, like tab-completion or permanent history (command history saved to a file, that you can reuse it even if the computer is rebooted)
that's exactly what i'm doing in the future updates
I knew I was psychic!
6 posts
Location
Europe
Posted 03 November 2013 - 12:06 PM
It's so colorful that it all bends and makes sweet-colorful-shiny-blinky mess, keep your shinyness under control or powderpuff girls will pop out of it ;)/>
169 posts
Posted 03 November 2013 - 01:24 PM
alternative shell for ComputerCraft
- WAAAY less lines the stock ComputerCraft terminal. CASH is 65 lines long, Stock Terminal is 222 lines.
This is in no way a replacement/alternative for the default shell, it runs on top of the shell and makes some visual modifications. If I was to remove the original shell, this wouldn't run at all.
It's an awesome idea and I really like how it looks and what it's going to add like tab completion (something I always wanted in CC) but please don't mislabel it. I would say it's more like a modification/extension for the default shell.
467 posts
Location
Van Diemen's Land
Posted 04 November 2013 - 02:22 AM
Looks so much like MacOS X Terminal or Raspian Terminal…Except for the colors.
135 posts
Posted 04 November 2013 - 06:57 PM
You do relize that something like this has already been made? I'ts called kilOS.
6 posts
Location
Europe
Posted 05 November 2013 - 09:58 AM
There are so many OSes that it is impossible to keep track of all off them. Even if it was done once, why not make it again?
8543 posts
Posted 05 November 2013 - 10:24 AM
Moved to Operating Systems.