Search Results

Search: Posts Made By: tinypig
3,525
Posted By tinypig
Clpm - Command Line Project Manager
Command Line Project Manager (clpm) is designed to make managing sets of files easier. It's free and open source.

Watch the demo (http://youtu.be/SL2ugsr6lik).

Features


Organize files...
1,986
Posted By tinypig
Peasant and sea - thanks for the responses, they...
Peasant and sea - thanks for the responses, they are helpful. I can provide more info - the project page is here:

https://github.com/tinypigdotcom/clpm

The install script I have been using for...
Forum: Programming 02-14-2015
2,345
Posted By tinypig
If you just search on the method name, you should...
If you just search on the method name, you should get a list of all the objects that have it:

$ ri value
= .value

(from ruby core)
=== Implementation from Cookie...
751
Posted By tinypig
>>> import re >>> s = "apple orange banana " ...
>>> import re
>>> s = "apple orange banana "
>>> pattern = re.compile(r'(\w+ )');
>>> for (letters) in re.findall(pattern, s):
... print letters
...
apple
orange
banana
3,948
Posted By tinypig
#!/bin/sh while read a do echo...
#!/bin/sh

while read a
do
echo "Deleting $a..."
echo "Delete -JOB \"$a\""
Delete -JOB "$a"
done <jobs.txt

Note: I am assuming "Delete" is something you have already, as it's...
181,241
Posted By tinypig
bash
I just recently started using bash command line shortcuts !*, !^, !$ etc. Quite helpful. I also like aliases, especially to source files as in alias p='. .profile'
1,986
Posted By tinypig
Creating Installer and/or Package
I have an open source tool I am working on. As of right now, version 1 is complete but it's a set of programs in a directory. What I would like to do is create a flexible installer or package that...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy