Uki D. Lucas' adventures, science, and meditations
Subscribe
Pages
about me
library
market
biology
SCUBA
poems
sailing
mountains
SUBSCRIBE
ShellEd - Eclipse Shell Script Editor plugin
I am writing Bash shell scripts very often along with my Java, Android projects, instead editing in TextWrangler I sometimes prefer to open them in Eclipse.
The plugin supports
syntax coloring
some completion
Eclipse Plugin Installation
Eclipse > Help > Install New Software...
Add... > Location:
http://sourceforge.net/projects/shelled/files/shelled/update/
and follow the instructions.
As an Amazon Associate I earn from qualifying purchases.
Newer Post
Older Post
Home
My favorite quotations..
“A man should be able to
change a diaper
,
plan an invasion
,
butcher a hog
,
conn a ship
,
design a building
,
write a sonnet
,
balance accounts
,
build a wall
,
set a bone
,
comfort the dying
,
take orders, give orders, cooperate
, act alone,
solve equations
, analyze a new problem,
pitch manure
,
program a computer
,
cook a tasty meal
,
fight efficiently
,
die gallantly
. Specialization is for insects.” by
Robert A. Heinlein
"We are but habits and memories we chose to carry along." ~ Uki D. Lucas
Recommended pages
About the author and this blog
Uki's Book Library
Market Indicators
Uki's Amazon Store
SUBSCRIBE
Popular Recent Articles
ESCAPING THE BUILD TRAP
O'REILLY 201 0011 031 10110100180 000110111 01100041 001100010010000 5011011001010 1101110011 000100000 00000 10 1000012 Escaping the Bu...
Did search engine results cut the traffic to personal blogs?
I have noticed a very unsettling statistic on my blog. This prompted a fascinating question about AI, blogs' future, and maybe even the...
AIKO
AIKO - "The Child of Artificial Intelligence" (in Japanese "ko" means child; "ai" means love denoting the ...
BeagleBone Black: shutdown
Done working with your Beagle? You don't want to to just yank on the cord, you can shutdown your BBB in couple ways: 1) press "powe...
Removing unused Jupyter notebook kernels on Mac
Since I am experimenting with various Python versions 2 vs 3.5 vs 3.6 and packages, e.g. TensorFlow I often end up with conda environments a...
How to syntax color the code inside the blockquote HTML tag?
That is a good, if not easy, problem to solve! In the result, I would like to take the following code in <blockquote> tag function fol...
How to do profitable blogging in 2024
I have been blogging since 2001; yes, that is 23 years. Most of that time, I was just writing notes for myself, but I ended up with thousa...
Android: switch case conditional
At some point, each application will have to perform some logic based on different cases. extract your CONSTANTS extract your logic into a s...
a book of my poems
On the mobile, the page is hard to read so I am including a LINK to Google document ...
5b. Android: formatting numbers based on LOCALE
This example shows you how to format a number based on user's language and region setting (LOCALE) /** * This method updates th...