Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Wayne Bickerdike
Thanks David,

I'll try that, I may have missed something important :)

On Tue, Feb 4, 2020 at 1:26 PM David Crayford  wrote:

> You didn't read the installation doc Wayne ;)
>
> There is an install script that installs into PDS data sets. From a
> command shell in the zigi installation directory run the following command:
>
> ./install.sh
>
> On 2020-02-04 10:18 AM, Wayne Bickerdike wrote:
> > I'm a bit of a noob with manipulating the EXECS and Panels. Once I got
> > them into my uss file system, I assume they have to run from ISPF
> > PDS/PDSEs (ISPPLIB)?
> >
> > Now they appear to be <> LRECL 80 and after some stuffing around, I
> > did an FTP from USS to my ISP lib to get each of them into a PDS.
> >
> > ie ftp
> >
> > get '/usr/input/panels/ZIGIPAN1' 'MY.ISPPLIB(ZIGIPAN1)'
> >
> >
> >
> > Is there a better way (There has to be, just didn't work it out).
> >
> > On 2/4/20, Wayne Bickerdike  wrote:
> >> Installed on my sandbox. Very impressive, nice job. Just have to find
> >> some gits who will use it.
> >>
> >> On 2/3/20, Lionel B. Dyck  wrote:
> >>> After two months of removing bugs and adding a ton of new features
> we're
> >>> proud to present zigi v2r0.
> >>>
> >>> Most of the changes are documented in the "Release Notes". You can find
> >>> those inside the repository at
> >>> https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.
> >>>
> >>> Big changes are:
> >>>
> >>> GITCMD: You can now issue git commands straight from zigi.
> >>> Improved GREP processing (Dataset and report views)
> >>> Snapshots. For those of you that need an 'escrow' of the current
> >>> status/release of your repo
> >>> Cheat Sheet: see the docs/ folder in the repo
> >>> Improved merge conflict resolution
> >>> Improved cloning of 'non-zigi'-repositories
> >>> Full support of managing OMVS files (subfolders et-al)
> >>> Rename and Remove of repository items
> >>> Add a / in row selections to see available options
> >>> Colorized diff views
> >>> Support for binary files (XMITs, ObjectDecks)
> >>> Various performance improvements
> >>> We're looking forward to your experiences with this version. If you've
> >>> (public) repos managed with zigi, please drop us a line, we want to
> >>> feature
> >>> these on https://zigi.rocks
> >>>
> >>> —
> >>> This release has 2 assets:
> >>>
> >>> Source code (zip)
> >>> Source code (tar.gz)
> >>> Visit the release page to download them.
> >>>
> >>>
> >>> Lionel B Dyck <
> >>> Sent from my iPad Pro 10.5
> >>> Website: www.lbdsoftware.com
> >>>
> >>> "Worry more about your character than your reputation.  Character is
> what
> >>> you are, reputation merely what others think you are." - John Wooden
> >>> --
> >>> For IBM-MAIN subscribe / signoff / archive access instructions,
> >>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >>>
> >>
> >> --
> >> Wayne V. Bickerdike
> >>
> >
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Paul Gilmartin
On Tue, 4 Feb 2020 13:18:35 +1100, Wayne Bickerdike wrote:
>
>Now they appear to be <> LRECL 80 and after some stuffing around, I
>did an FTP from USS to my ISP lib to get each of them into a PDS.
> 
Grrr...

When I first used SPF, circa 1980, I wrote a few personal panels, all
RECFM=VB.  I saw no need to make everything look like cards; it
wasn't my background.  And, IIRC, VB was the mode for SPF.  Then
ISPF intruded, requiring everything FB-80.  I needed to rewrite my
(few) panels.  I considered it a step backwards.

(BTW, PDS can be LRECL<>80, and SYSEXEC can be LRECL<>80.)

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Lionel B Dyck
Check out zigi.rocks - scroll down to the bottom right for a list of git repos 
created with zigi to get you started. 

Lionel B. Dyck <
Website: www.lbdsoftware.com
Sent from my iPhone 8+

Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden 

> On Feb 3, 2020, at 8:12 PM, Wayne Bickerdike  wrote:
> 
> Installed on my sandbox. Very impressive, nice job. Just have to find
> some gits who will use it.
> 
>> On 2/3/20, Lionel B. Dyck  wrote:
>> After two months of removing bugs and adding a ton of new features we're
>> proud to present zigi v2r0.
>> 
>> Most of the changes are documented in the "Release Notes". You can find
>> those inside the repository at
>> https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.
>> 
>> Big changes are:
>> 
>> GITCMD: You can now issue git commands straight from zigi.
>> Improved GREP processing (Dataset and report views)
>> Snapshots. For those of you that need an 'escrow' of the current
>> status/release of your repo
>> Cheat Sheet: see the docs/ folder in the repo
>> Improved merge conflict resolution
>> Improved cloning of 'non-zigi'-repositories
>> Full support of managing OMVS files (subfolders et-al)
>> Rename and Remove of repository items
>> Add a / in row selections to see available options
>> Colorized diff views
>> Support for binary files (XMITs, ObjectDecks)
>> Various performance improvements
>> We're looking forward to your experiences with this version. If you've
>> (public) repos managed with zigi, please drop us a line, we want to feature
>> these on https://zigi.rocks
>> 
>> —
>> This release has 2 assets:
>> 
>> Source code (zip)
>> Source code (tar.gz)
>> Visit the release page to download them.
>> 
>> 
>> Lionel B Dyck <
>> Sent from my iPad Pro 10.5
>> Website: www.lbdsoftware.com
>> 
>> "Worry more about your character than your reputation.  Character is what
>> you are, reputation merely what others think you are." - John Wooden
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>> 
> 
> 
> -- 
> Wayne V. Bickerdike
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread David Crayford

You didn't read the installation doc Wayne ;)

There is an install script that installs into PDS data sets. From a 
command shell in the zigi installation directory run the following command:


./install.sh

On 2020-02-04 10:18 AM, Wayne Bickerdike wrote:

I'm a bit of a noob with manipulating the EXECS and Panels. Once I got
them into my uss file system, I assume they have to run from ISPF
PDS/PDSEs (ISPPLIB)?

Now they appear to be <> LRECL 80 and after some stuffing around, I
did an FTP from USS to my ISP lib to get each of them into a PDS.

ie ftp

get '/usr/input/panels/ZIGIPAN1' 'MY.ISPPLIB(ZIGIPAN1)'



Is there a better way (There has to be, just didn't work it out).

On 2/4/20, Wayne Bickerdike  wrote:

Installed on my sandbox. Very impressive, nice job. Just have to find
some gits who will use it.

On 2/3/20, Lionel B. Dyck  wrote:

After two months of removing bugs and adding a ton of new features we're
proud to present zigi v2r0.

Most of the changes are documented in the "Release Notes". You can find
those inside the repository at
https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.

Big changes are:

GITCMD: You can now issue git commands straight from zigi.
Improved GREP processing (Dataset and report views)
Snapshots. For those of you that need an 'escrow' of the current
status/release of your repo
Cheat Sheet: see the docs/ folder in the repo
Improved merge conflict resolution
Improved cloning of 'non-zigi'-repositories
Full support of managing OMVS files (subfolders et-al)
Rename and Remove of repository items
Add a / in row selections to see available options
Colorized diff views
Support for binary files (XMITs, ObjectDecks)
Various performance improvements
We're looking forward to your experiences with this version. If you've
(public) repos managed with zigi, please drop us a line, we want to
feature
these on https://zigi.rocks

—
This release has 2 assets:

Source code (zip)
Source code (tar.gz)
Visit the release page to download them.


Lionel B Dyck <
Sent from my iPad Pro 10.5
Website: www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what
you are, reputation merely what others think you are." - John Wooden
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
Wayne V. Bickerdike





--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Wayne Bickerdike
I'm a bit of a noob with manipulating the EXECS and Panels. Once I got
them into my uss file system, I assume they have to run from ISPF
PDS/PDSEs (ISPPLIB)?

Now they appear to be <> LRECL 80 and after some stuffing around, I
did an FTP from USS to my ISP lib to get each of them into a PDS.

ie ftp

get '/usr/input/panels/ZIGIPAN1' 'MY.ISPPLIB(ZIGIPAN1)'



Is there a better way (There has to be, just didn't work it out).

On 2/4/20, Wayne Bickerdike  wrote:
> Installed on my sandbox. Very impressive, nice job. Just have to find
> some gits who will use it.
>
> On 2/3/20, Lionel B. Dyck  wrote:
>> After two months of removing bugs and adding a ton of new features we're
>> proud to present zigi v2r0.
>>
>> Most of the changes are documented in the "Release Notes". You can find
>> those inside the repository at
>> https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.
>>
>> Big changes are:
>>
>> GITCMD: You can now issue git commands straight from zigi.
>> Improved GREP processing (Dataset and report views)
>> Snapshots. For those of you that need an 'escrow' of the current
>> status/release of your repo
>> Cheat Sheet: see the docs/ folder in the repo
>> Improved merge conflict resolution
>> Improved cloning of 'non-zigi'-repositories
>> Full support of managing OMVS files (subfolders et-al)
>> Rename and Remove of repository items
>> Add a / in row selections to see available options
>> Colorized diff views
>> Support for binary files (XMITs, ObjectDecks)
>> Various performance improvements
>> We're looking forward to your experiences with this version. If you've
>> (public) repos managed with zigi, please drop us a line, we want to
>> feature
>> these on https://zigi.rocks
>>
>> —
>> This release has 2 assets:
>>
>> Source code (zip)
>> Source code (tar.gz)
>> Visit the release page to download them.
>>
>>
>> Lionel B Dyck <
>> Sent from my iPad Pro 10.5
>> Website: www.lbdsoftware.com
>>
>> "Worry more about your character than your reputation.  Character is what
>> you are, reputation merely what others think you are." - John Wooden
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>>
>
>
> --
> Wayne V. Bickerdike
>


-- 
Wayne V. Bickerdike

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Wayne Bickerdike
Installed on my sandbox. Very impressive, nice job. Just have to find
some gits who will use it.

On 2/3/20, Lionel B. Dyck  wrote:
> After two months of removing bugs and adding a ton of new features we're
> proud to present zigi v2r0.
>
> Most of the changes are documented in the "Release Notes". You can find
> those inside the repository at
> https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.
>
> Big changes are:
>
> GITCMD: You can now issue git commands straight from zigi.
> Improved GREP processing (Dataset and report views)
> Snapshots. For those of you that need an 'escrow' of the current
> status/release of your repo
> Cheat Sheet: see the docs/ folder in the repo
> Improved merge conflict resolution
> Improved cloning of 'non-zigi'-repositories
> Full support of managing OMVS files (subfolders et-al)
> Rename and Remove of repository items
> Add a / in row selections to see available options
> Colorized diff views
> Support for binary files (XMITs, ObjectDecks)
> Various performance improvements
> We're looking forward to your experiences with this version. If you've
> (public) repos managed with zigi, please drop us a line, we want to feature
> these on https://zigi.rocks
>
> —
> This release has 2 assets:
>
> Source code (zip)
> Source code (tar.gz)
> Visit the release page to download them.
>
>
> Lionel B Dyck <
> Sent from my iPad Pro 10.5
> Website: www.lbdsoftware.com
>
> "Worry more about your character than your reputation.  Character is what
> you are, reputation merely what others think you are." - John Wooden
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


zigi 2.0. The z/OS ISPF Git Interface released

2020-02-02 Thread Lionel B. Dyck
After two months of removing bugs and adding a ton of new features we're proud 
to present zigi v2r0.

Most of the changes are documented in the "Release Notes". You can find those 
inside the repository at 
https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.

Big changes are:

GITCMD: You can now issue git commands straight from zigi.
Improved GREP processing (Dataset and report views)
Snapshots. For those of you that need an 'escrow' of the current status/release 
of your repo
Cheat Sheet: see the docs/ folder in the repo
Improved merge conflict resolution
Improved cloning of 'non-zigi'-repositories
Full support of managing OMVS files (subfolders et-al)
Rename and Remove of repository items
Add a / in row selections to see available options
Colorized diff views
Support for binary files (XMITs, ObjectDecks)
Various performance improvements
We're looking forward to your experiences with this version. If you've (public) 
repos managed with zigi, please drop us a line, we want to feature these on 
https://zigi.rocks

—
This release has 2 assets:

Source code (zip)
Source code (tar.gz)
Visit the release page to download them.


Lionel B Dyck <
Sent from my iPad Pro 10.5
Website: www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN