Re: [gentoo-user] SCIM - terminal spreadsheet - sc fork

2015-02-21 Thread Andrés Martinelli
Thats good. May be you would like to take a look at my fork:
https://github.com/andmarti1424/scim



2015-02-21 11:02 GMT-03:00 Philip Webb purs...@ca.inter.net:

 150221 Andrés Martinelli wrote:
  As many of you already pointed, the spreadsheet app SCIM I am working
 on
  collides in its name with Smart Common Input Method.
  I decided that is time to change its name to avoid problems.
  What are your suggestions?

 'skim' ? -- as in skimming over the waves etc.

 You wb pleased to learn that while updating my Netbook after  2 yr
 I installed 'sc' to replace 'gnumeric'.

 --
 ,,
 SUPPORT ___//___,   Philip Webb
 ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
 TRANSIT`-O--O---'   purslowatchassdotutorontodotca





-- 
Andrés Martinelli


Re: [gentoo-user] SCIM - terminal spreadsheet - sc fork

2015-02-21 Thread Andrés Martinelli
Thanks for your intention.You can donate any amount you wish and It will
really help.

Please send an email to scim.spreadsh...@gmail.com.
I will send you a paypal email.
I still have to associate that email to my paypal account, but i believe
paypal doesnt like the dot in the email address.
Thanks.

2015-02-21 14:34 GMT-03:00 Sam Bishop sam@cygnus.email:

 ...

 Please fix your missing donate link in the github read me... I went to
 github to try and donate regardless of how little you needed it,  because I
 have wasted literally days of time looking for a modern even semi
 maintained command line spreadsheet tool, saw you asking for donations, and
 noticed theres no link.

 Please fix the missing donate link - http://i.imgur.com/AhPeFYp.jpg :-D

 On 21 February 2015 at 22:48, Andrés Martinelli andma...@gmail.com
 wrote:

 Thats good. May be you would like to take a look at my fork:
 https://github.com/andmarti1424/scim



 2015-02-21 11:02 GMT-03:00 Philip Webb purs...@ca.inter.net:

 150221 Andrés Martinelli wrote:
  As many of you already pointed, the spreadsheet app SCIM I am
 working on
  collides in its name with Smart Common Input Method.
  I decided that is time to change its name to avoid problems.
  What are your suggestions?

 'skim' ? -- as in skimming over the waves etc.

 You wb pleased to learn that while updating my Netbook after  2 yr
 I installed 'sc' to replace 'gnumeric'.

 --
 ,,
 SUPPORT ___//___,   Philip Webb
 ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
 TRANSIT`-O--O---'   purslowatchassdotutorontodotca





 --
 Andrés Martinelli





-- 
Andrés Martinelli


[gentoo-user] SCIM - terminal spreadsheet - sc fork

2015-02-21 Thread Andrés Martinelli
Hello there!
As many of you already pointed, the spreadsheet app SCIM I am working on,
collides in its name with Smart Common Input Method.
I decided that is time to change its name to avoid problems and to get lost
with the other.

What are your suggestions?

Thanks!

Andrés M.


Re: [gentoo-user] terminal spreadsheet - sc fork

2014-11-04 Thread Andrés Martinelli
Hello! Could you please attach the complete make output??

 El 04/11/2014, a las 08:36, Walter Dnes waltd...@waltdnes.org escribió:
 
 On Sun, Nov 02, 2014 at 08:16:30PM -0300, Andrés Martinelli wrote
 Hello there!!
 I am working on a terminal spreadsheet based on sc, but with some adds
 like undo/redo..
 you can find it here:
 
 https://github.com/andmarti1424/scim
 
 Any new ideas and/or contribution is always welcome!
 Thanks!
 
  git newbie alert.  I'm not a programmer.  I Googled for instructions,
 built git, cloned the scim repo, read the instructions, changed one line
 in Makefile...
 
 prefix=/home/waltdnes/.local
 
 ...so that if things went wrong, it wouldn't clobber root.  I ran make.
 I got the familiar gcc screens of text output.  But there's nothing
 installed in ~/.local.  Should there be a make install command somewhere?
 
 -- 
 Walter Dnes waltd...@waltdnes.org
 I don't run desktop environments; I run useful applications
 



Re: [gentoo-user] terminal spreadsheet - sc fork

2014-11-04 Thread Andrés Martinelli
Hello! Please feel free to modify the Makefile and open a pull request!
What you mention about return values not checked, I believe they are part
of sc, but
please specify them if you can, since there's still a lot of sc for modify.
Thanks!

Andrés M.

2014-11-04 10:23 GMT-03:00 Alec Ten Harmsel a...@alectenharmsel.com:


 On 11/02/2014 06:16 PM, Andrés Martinelli wrote:
  Hello there!!
  I am working on a terminal spreadsheet based on sc, but with some
  adds like undo/redo..
  you can find it here:
 
  https://github.com/andmarti1424/scim
 
  Any new ideas and/or contribution is always welcome!
  Thanks!
 
  --
  Andrés M.

 If I can offer some constructive criticism based on my short experience
 helping Walter:

 * Your build process could use some work; you shouldn't be hard-coding
 variable values like LN and CC in a Makefile, these are handled by make.
 Your Makefile could be shortened by ~150 lines by relying on built-in
 rules and using some built-in make expressions to list your source files
 as well.
 * A bunch of your .c or .h files are marked as executable... why?
 * No install command. Not really a huge deal as only one important file
 is produced (src/scim), but would be nice to have

 If you're unfamiliar with make and have no immediate plans to switch to
 either the autotools or cmake, I would be more than willing to make some
 changes to your Makefile and open a pull request. If you would like to
 email me personally with questions about make, feel free to do that as
 well.

 There are a couple things I saw in the code as well:

 * system(echo -n 'Press enter to return.')
 * Lot of ignored return values on functions that you should check, like
 write() and fgets()

 If these were in the sc code and you know about them but just haven't
 gotten to fixing them yet, no worries.

 Alec




-- 
Andrés Martinelli


Re: [gentoo-user] terminal spreadsheet - sc fork

2014-11-04 Thread Andrés Martinelli
Yes. Saving in CSV format is the next to be cleaned from sc and
reimplemented!

2014-11-04 13:30 GMT-03:00 Henrique Lengler henriquel...@openmailbox.org:

 Hi,

 I'm interested in this project, so I have some considerations:

 I found that already exist a project called scim
 (wikipedia.org/wiki/Smart_Common_Input_Method)
 so you might have problems in the future related to the name.

 And second, something I care, is about file formats. I never used sc,
 so I don't know wich file format it saves. But I would like to see SCIM
 (if it doesn't already) saving files in a way I can open in other
 softwares.
 Wikipedia showed me that CSV is the most accepted format, and it is very
 simple.

 Regards
 --
 Henrique Lengler

 https://gitorious.org/~henriqueleng

 Skype: No way! That's nonfree (freedom-denying) software.
 Wanna talk with me? Ask me for my TOX ID.




-- 
Andrés Martinelli


[gentoo-user] terminal spreadsheet - sc fork

2014-11-02 Thread Andrés Martinelli
Hello there!!
I am working on a terminal spreadsheet based on sc, but with some adds
like undo/redo..
you can find it here:

https://github.com/andmarti1424/scim

Any new ideas and/or contribution is always welcome!
Thanks!

-- 
Andrés M.