• git.functions to improve the git users experience in your bash

    From Roberto A. Foglietta@21:1/5 to All on Fri Jan 6 03:00:01 2023
    Hi all,

    today, I have published this project which aims to deliver some
    advanced functions for git and also a lot of smart shortcuts for the
    most frequently used git commands. I hope you will like it and
    possibly also contribute to its future development with your feedback.
    At the moment, the project is limited to support bash. However, if
    someone is interested in using it under dash, I will be happy to plan
    a porting.

    https://github.com/robang74/git-functions

    Best regards, R-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dashamir Hoxha@21:1/5 to roberto.foglietta@gmail.com on Sat Jan 14 13:30:01 2023
    On Sat, Jan 14, 2023 at 12:27 PM Roberto A. Foglietta < roberto.foglietta@gmail.com> wrote:

    On Thu, 5 Jan 2023 at 18:04, Roberto A. Foglietta <roberto.foglietta@gmail.com> wrote:

    Hi all,

    today, I have published this project which aims to deliver some
    advanced functions for git and also a lot of smart shortcuts for the
    most frequently used git commands. I hope you will like it and
    possibly also contribute to its future development with your feedback.
    At the moment, the project is limited to support bash. However, if
    someone is interested in using it under dash, I will be happy to plan
    a porting.

    https://github.com/robang74/git-functions


    It is available on the 'main' branch the v0.4-rc1 for those who like
    to try it. I suggest not installing it but just try over a spendible repository, just in case. The README.md lists and briefly explains all
    the functions that wrap git.


    It is a nice project, and a good example of how Bash can be customized to
    fit better one's needs (or a project's needs).
    In my opinion, Bash is powerful and ubiquitous. On the command line it has
    the same unique position that JavaScript has on a browser. I believe that
    it can also have the same success that JavaScript had on web applications (despite being ugly and quirky).

    Regards,
    Dashamir

    <div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:arial,sans-serif;font-size:small"><span style="font-family:Arial,Helvetica,sans-serif">On Sat, Jan 14, 2023 at 12:27 PM Roberto A. Foglietta &lt;<a href="mailto:roberto.foglietta@
    gmail.com">roberto.foglietta@gmail.com</a>&gt; wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 5 Jan 2023 at 18:04,
    Roberto A. Foglietta<br>
    &lt;<a href="mailto:roberto.foglietta@gmail.com" target="_blank">roberto.foglietta@gmail.com</a>&gt; wrote:<br>
    &gt;<br>
    &gt; Hi all,<br>
    &gt;<br>
    &gt;  today, I have published this project which aims to deliver some<br>
    &gt; advanced functions for git and also a lot of smart shortcuts for the<br> &gt; most frequently used git commands. I hope you will like it and<br>
    &gt; possibly also contribute to its future development with your feedback.<br> &gt; At the moment, the project is limited to support bash. However, if<br> &gt; someone is interested in using it under dash, I will be happy to plan<br> &gt; a porting.<br>
    &gt;<br>
    &gt;  <a href="https://github.com/robang74/git-functions" rel="noreferrer" target="_blank">https://github.com/robang74/git-functions</a><br>
    &gt;<br>

    It is available on the &#39;main&#39; branch the v0.4-rc1 for those who like<br>
    to try it. I suggest not installing it but just try over a spendible<br> repository, just in case. The README.md lists and briefly explains all<br>
    the functions that wrap git.<br></blockquote><div><br></div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:small">It is a nice project, and a good example of how Bash can be customized to fit better one&#39;s needs (or a project&
    #39;s needs).</div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:small">In my opinion, Bash is powerful and ubiquitous. On the command line it has the same unique position that JavaScript has on a browser. I believe that it can
    also have the same success that JavaScript had on web applications (despite being ugly and quirky).</div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,sans-
    serif;font-size:small">Regards,</div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:small">Dashamir</div></div></div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Roberto A. Foglietta@21:1/5 to roberto.foglietta@gmail.com on Sat Jan 14 13:30:01 2023
    On Thu, 5 Jan 2023 at 18:04, Roberto A. Foglietta
    <roberto.foglietta@gmail.com> wrote:

    Hi all,

    today, I have published this project which aims to deliver some
    advanced functions for git and also a lot of smart shortcuts for the
    most frequently used git commands. I hope you will like it and
    possibly also contribute to its future development with your feedback.
    At the moment, the project is limited to support bash. However, if
    someone is interested in using it under dash, I will be happy to plan
    a porting.

    https://github.com/robang74/git-functions


    It is available on the 'main' branch the v0.4-rc1 for those who like
    to try it. I suggest not installing it but just try over a spendible repository, just in case. The README.md lists and briefly explains all
    the functions that wrap git.

    Best regards, R-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Roberto A. Foglietta@21:1/5 to Dashamir Hoxha on Sat Jan 14 21:40:01 2023
    On Sat, 14 Jan 2023 at 12:57, Dashamir Hoxha <dashohoxha@gmail.com> wrote:

    On Sat, Jan 14, 2023 at 12:27 PM Roberto A. Foglietta <roberto.foglietta@gmail.com> wrote:

    On Thu, 5 Jan 2023 at 18:04, Roberto A. Foglietta
    <roberto.foglietta@gmail.com> wrote:

    Hi all,

    today, I have published this project which aims to deliver some
    advanced functions for git and also a lot of smart shortcuts for the
    most frequently used git commands. I hope you will like it and
    possibly also contribute to its future development with your feedback.
    At the moment, the project is limited to support bash. However, if
    someone is interested in using it under dash, I will be happy to plan
    a porting.

    https://github.com/robang74/git-functions


    It is available on the 'main' branch the v0.4-rc1 for those who like
    to try it. I suggest not installing it but just try over a spendible
    repository, just in case. The README.md lists and briefly explains all
    the functions that wrap git.


    It is a nice project, and a good example of how Bash can be customized to fit better one's needs (or a project's needs).

    thanks.

    In my opinion, Bash is powerful and ubiquitous.

    quite

    On the command line it has the same unique position that JavaScript has on a browser. I believe that it can also have the same success that JavaScript had on web applications (despite being ugly and quirky).

    good intuition about remoting for which using a restricted shell is a
    must for obvious reasons:

    (HEAD -> devel, origin/devel)
    * 65a5fc3 - gitshell() reworked to work inside itself despite restrictions
    * 214dec9 - git.shell added: gitshell() as the gateway for the functions

    Best regards, R-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)