Peek A Pet 1.3 (Nov 2014)

Miscellaneous tools
Post Reply
Message
Author
User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

Peek A Pet 1.3 (Nov 2014)

#1 Post 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
Attachments
peekapet-1.3.pet
gettexted version
(1.47 KiB) Downloaded 458 times
peekapetnew.png
(17 KiB) Downloaded 543 times
Last edited by trio on Sat 22 Nov 2014, 00:15, edited 9 times in total.

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#2 Post by amigo »

Why actually unpack the thing when tar will list the files for you?

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#3 Post by trio »

@amigo

maybe someone need to copy something from a pet

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#4 Post 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"
Attachments
listar.jpg
(68.87 KiB) Downloaded 555 times
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#5 Post by trio »

Hi Geoffrey,

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

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#6 Post 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

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

I like it

#7 Post 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
Attachments
peekapet.tar.gz
gettexted lines
(1.2 KiB) Downloaded 352 times
MoManager-es_ES.tar.gz
Spanish locales
(1.13 KiB) Downloaded 344 times
[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#8 Post by trio »

v 1.2- No func file. only /usr/sbin/peekapet

see main post

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#9 Post by trio »

v 1.3-change the way func work

see main post

Pelo

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

#10 Post by Pelo »

When you want to create a pet do you know an easy way to include dependancies ( Listed by LDD) ?
Merci messieurs

Post Reply