Page 1 of 1

Peek A Pet 1.3 (Nov 2014)

Posted: Sun 19 Oct 2014, 08:33
by trio
Hi :D ,

Just a small project to train my brain

Created in precise 5.7.1


v 1.3-change the way func work
v 1.2- No func file. only /usr/sbin/peekapet
v 1.1-getetxted: thanks nilsonmorales
v 1.1 (20 Oct 2014):
- seperate buttons to unpack & list or list only
- More security warning when it's not supplied with .pet file

Posted: Sun 19 Oct 2014, 18:21
by amigo
Why actually unpack the thing when tar will list the files for you?

Posted: Sun 19 Oct 2014, 22:50
by trio
@amigo

maybe someone need to copy something from a pet

Posted: Sun 19 Oct 2014, 23:57
by Geoffrey
Yad makes for a simple way to list the contents of a pet

Code: Select all

#! /bin/bash

tar -tf $1 | yad --text-info --tail --center --window-icon="gtk-dialog-question" --button="gtk-close" --width=600 --height=400 --title="LisTar"

Posted: Mon 20 Oct 2014, 02:15
by trio
Hi Geoffrey,

Yeah, you know, I'm a GUI guy. some people are not usual with commandline

Posted: Mon 20 Oct 2014, 03:28
by trio
v 1.1 :
- seperate buttons to unpack & list or list only
- More security warning when it's not supplied with .pet file

see main post

I like it

Posted: Mon 20 Oct 2014, 07:05
by nilsonmorales
Some gettexted lines and Spanish locales.
Edit
Sorry i forget the .desktop file
[Desktop Entry]
Encoding=UTF-8
Name=Peek A Pet
Name[es]=Inspeccionar un Pet
Icon=pet48.png
Comment=Utility peek inside a pet
Comment[es]=Utilidad para inspeccionar dentro de un pet
Exec=/usr/local/peekapet/peekapet
Terminal=false
Type=Application
Categories=Utility
GenericName=Peek A pet

Posted: Tue 04 Nov 2014, 07:12
by trio
v 1.2- No func file. only /usr/sbin/peekapet

see main post

Posted: Sat 22 Nov 2014, 00:15
by trio
v 1.3-change the way func work

see main post

do you know an easy way to include dependancies in a pet

Posted: Wed 07 Sep 2016, 17:11
by Pelo
When you want to create a pet do you know an easy way to include dependancies ( Listed by LDD) ?
Merci messieurs