[Bug 921286] Review Request: cmd - wrap bash functions into a command

2014-01-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=921286



--- Comment #4 from Juan Manuel juanmabcm...@gmail.com ---
To easy maintainance this packages are being merged into one single project;
http://code.google.com/p/codemiscs .

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 921286] Review Request: cmd - wrap bash functions into a command

2014-01-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=921286

Juan Manuel juanmabcm...@gmail.com changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |DEFERRED
Last Closed||2014-01-16 21:01:01



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 921286] Review Request: cmd - wrap bash functions into a command

2013-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=921286

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|NEW |MODIFIED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9UnwATXMQIa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 921286] Review Request: cmd - wrap bash functions into a command

2013-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=921286

--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
rf-0.4.18-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/rf-0.4.18-1.fc19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=f3bgrf1m6Ta=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 921286] Review Request: cmd - wrap bash functions into a command

2013-06-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=921286

--- Comment #2 from Juan Manuel juanmabcm...@gmail.com ---
This command allows to make unexistent commands available on the shell like:

$ function test_test { echo testtest; }
$ function test_testarg { echo testarg $1; }
$ function test_testopt { if [[ ! -z $1 ]]; then echo testopt $1; else
echo testopt
; fi; }
$ function test_init { echo testinit $@; }
$ function test_main { echo testmain $@; }
$ export -f test_test test_testarg test_testopt test_init test_main
$ function testfly { cmd --cmd testfly --cmdname test fly --cmddescription
test fly --cmdexplanation tests cmd on the fly --cmdversion 0.4.16
--cmdauthor Test Author --cmdmonth May --cmdyear 2013 --cmdbugreport
t...@server.tld --cmdhomepage http://test.homepage.tld; --cmdusage 
test [OPTIONS] --cmdexample test --cmdoption /t/test/show a test
message/test_test/ --cmdoption /a:/testarg:/show a test message with
argument/test_testarg/ARG/ --cmdoption /o::/testopt::/show a test message
with optional argument/test_testopt/ARG/ --cmdextrahelp You can play with
option argument passing. --cmdextranotes For more information, check package
documentation. --cmdinit test_init --cmdmain test_main -- $@; }

Hence running like this:

$ testfly --help
Usage: test [OPTIONS]
test fly
Example: test

tests cmd on the fly

Mandatory arguments for long options are mandatory for short options too.
  -t, --testshow a test message
  -a, --testarg=ARG show a test message with
argument
  -o, --testopt[=ARG]   show a test message with
optional argument
  -h, --helpshow a help message
  -v, --version show the program version
  -m, --man show a man page
You can play with option argument passing.
Execute 'bash -c man (test --man)' to see the runtime manpage.

Report bugs to t...@server.tld.
testfly (test fly) home page http://test.homepage.tld.
For more information, check package documentation.

$ testfly --version
0.4.16

$ man (test --man)
...

$ testfly --test --testarg arg --testopt --testopt=arg a b c
testtest
testarg arg
testopt
testopt arg
testmain a b c

It's an smart wrapper (still being a command) allowing to make commands faster,
or on the fly without losing standards. Provides a cmd binary and a cmd.sh for
inclusion, just needing one to be used.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=IDNpNmL3cwa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 921286] Review Request: cmd - wrap bash functions into a command

2013-04-08 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=921286

--- Comment #1 from Juan Manuel juanmabcm...@gmail.com ---
tw and mkproject packages uses it internally, having this package would share
the code, and allow for others to use.

Name: mkproject
Arch: noarch
Version : 0.4.6
Release : 3.fc18
Size: 84 k
Repo: installed
Summary : Make project skeletons
URL : http://code.google.com/p/makeproject
License : GPLv3+
Description : Make Project is a command that makes project skeletons. Make
Project
: automatizes the task of starting a new project with the
information
: provided from the command line. The package created by default is
a
: 'hello world' project of the selected skeleton that is managed
with
: auto tools. There are skeletons for bash, c, c library, python,
c++, c++
: library and Perl.

Name: tw
Arch: i686
Version : 0.9.8
Release : 1.fc18
Size: 6.3 M
Repo: installed
From repo   : updates
Summary : Translate words into different languages
URL : http://code.google.com/p/translateword
License : GPLv3+
Description : translate word is a command that translates words into different
: languages.  translate word uses internal dictionaries, and
contacts
: online to the Google Translation and the FreeTranslation engines.
: It can also be integrated via the clipboard with a desktop
environment.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ilRWRGiAuKa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review