S
StreaK
Guest
Unix rogue?
sources?
edit:
nevermind , i added ultrarogue to CLI Love
Last edited:
Unix rogue?
7z
7za
7zCon.sfx
7zr
7z.so
abook
_abook
animate
_animate
apps
apps-add
aria2
_aria2c
asapconv
asap-sdl
axel
blip-pl
calcurse
_calcurse
cftp
chkslang
clean
climm
_climm
clines
_clines
clockywock
_clockywock
cls
Codecs
compare
_compare
composite
_composite
conjure
_conjure
convert
_convert
ctris
_ctris
cxmame
_cxmame
data-left
deco
_deco
decode-bit.ly
display
_display
download-amigaremix-mp3
download-asma
download-brainyquote
download-c64remix-mp3
download-demotywatory-pics
download-failblog-pics
download-gog-com
download-imdb
download-modules-pl
download-quoteoftheday
download-youtube-channel
egrep
elmo
_elmo
expand-url
facebook
fdd
_fdd
fddconvert
_fddconvert
ffmpeg
ffplay
ffprobe
ffserver
fgrep
freesweep
_freesweep
frotz
_frotz
ftpsync
gamp
_gamp
gendoc
grep2
help
helpme
history-grep
hnb
_hnb
htop
_htop
identify
_identify
import
_import
io
_io
jed
_jed
ledger
_ledger
links
_links
linksx
_linksx
lmp3
_lmp3
lrzip
lynx
_lynx
lynx.cfg
lynx.lss
lzmadec
_lzmadec
lzopack
mc
_mc
mdcp
_mdcp
mikmod
_mikmod
mogrify
_mogrify
montage
_montage
mp3blaster
_mp3blaster
mp3tag
_mp3tag
mpop
msdl
_msdl
msmtp
mtr
myip
naim
_naim
nano
_nano
ncdc
_ncdc
ncdc-gen-cert
ncdu
_ncdu
ncftp
ncftpbatch
ncftpbookmarks
ncftpget
ncftpls
ncftpput
ncftpspooler
ncmatrix
_ncmatrix
ncmpc
_ncmpc
netstat-apps
netstat-ip
netstatr-ip
nInvaders
_nInvaders
p3c
_p3c
pdfdetach
pdffonts
pdfimages
pdfinfo
pdftops
pdftotext
ping-ip
ping-network
pngcrush
popcheck
_popcheck
pr-proc
prr-proc
ps-cpu-usage
ps-memory-usage
qc
random-password
realtime-data-left
realtime-netstat
realtime-netstat2
remind
_remind
remove-file-extension
robotfindskitten
_robotfindskitten
rsync
_rsync
screencast
screenshot
screenshot-upload
seatris
_seatris
simple
simple-rss-rip
slrn
_slrn
slrnsetup
snownews
_snownews
spell-check
splay
_splay
ssaver
ssysm
_ssysm
stream
_stream
tanya
_tanya
tar-7zip
tar-7zip-unpack
tar-backup
tarbomb
tar-gzip-batch
tbear
_tbear
tbsearch
_tbsearch
temp
_test-graph
test-graph
testmini
tetris
_tetris
text2pdf
text2speech
tf
_tf
tf-mudlist-top20
tig
_tig
tinybc
_tinybc
todo
todo.cfg
translate
trash
twitter
twitterr
twitter.txt
twitter-user
twitter-user-full
twitter-users.txt
uclpack
unace
unlzx
unrar
unrar-check
unrar-damaged
unrar-pass
unzip-all
upload-dropbox
upload-imageshack
upload-imgur
upload-isgd
upload-ompldr
upload-pastehtml
upload-pnd-to
upload-sprunge
upx
urogue
_urogue
vfu
_vfu
vifm
_vifm
wavemon
_wavemon
wbarmaker
web
weechat
_weechat-curses
wget-check-fakelinks
whois
wifi-mon
wiki
xmp
xz
_xz
xzdec
_xzdec
youtube-dl
zipone
Who wants to help me out with CLI Love BETA2 tests [checking apps / finding whats not working properly ]?. As a "thank You" for testing CLI Love i'll give new QupZilla PND [excellent webbrowser for OP (wasnt released previously)] and DosBox EX v2.0 (wasnt released previously) to CLI Love tester.
Complete list of apps in BETA2[ and some scripts ]
-Snipped long list of apps -
I will not extensive test apps because i currently have no time to do it. If anyone test it, and find a "NAND write app" in the package please send me email
Testers should be aware that they're looking for anything that writes to the NAND...
I will not extensive test apps because i currently have no time to do it. If anyone test it, and find a "NAND write app" in the package please send me email
http://www.gp32x.de...post__p__959306
#!/bin/bash
if (($# ==0))
then
basename=`basename "$0"`
echo "$basename - Will check how many files and dirs in in directory [with hidden dirs/files]"
echo ""
echo "Usage: $basename [directory]"
echo "eg: $basename /home/streak"
exit
fi
ls $1 -A | wc -l
iptraf would be a good one to have.
-ltextbox is buit in the support dir. Go there, change the makefile to point to your toolchainncurses and all should be good. I was able to build it successfully.
Just run make in the support dir, then run male in the srcdir.
And be sure to pass the common Pandora CFLAGS in the makefile:
-DPANDORA -DHAVE_GLES -O3 -pipe -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -ffast-math -fsingle-precision-constant -fsigned-char
Else you will ged warnings for signedness.
When installing, make sure you set all the targetpaths correctly and replace strip with arm-angstrom-linux-gnueabi-strip
Cooli created very easy script to check if apps write stuff to nand [it will be included in BETA3 or RC1]:
Code:#!/bin/bash if (($# ==0)) then basename=`basename "$0"` echo "$basename - Will check how many files and dirs in in directory [with hidden dirs/files]" echo "" echo "Usage: $basename [directory]" echo "eg: $basename /home/streak" exit fi ls $1 -A | wc -l
testers could run it before [first] starting app and after. This should be helpfull..
if we start it with switch /home/[yourlogin] on pandora it will reveal how many files/dirs are in /home/[yourlogin] on OP . In this way we can easily check how many files/dirs was before starting app [on NAND], and after..