inxi-svn
b06b4a07c7
Changed all cases of:
...
if [ .....]
then
or
elif [....]
then
to use the hanging then turd method:
if [....];then
This will be the standard style for inxi
All other flow controls will be on their own lines, ie:
do
done
{
}
2008-10-30 17:18:02 +00:00
inxi-svn
7085e1d702
fixed hdd used spacing, made script name / v number have right color scheme too
2008-10-30 07:48:20 +00:00
inxi-svn
0252ad7ade
added gmbh to ban list
2008-10-30 07:43:21 +00:00
inxi-svn
d2f36ba0e0
fixed ordering of multicard assembler for print
2008-10-30 07:28:43 +00:00
inxi-svn
19ad149b28
Fixed messup with gfx arrays, mixed up glx and gfx
2008-10-30 07:23:45 +00:00
inxi-svn
78ca858d54
Tiny output tweak
2008-10-30 06:19:22 +00:00
inxi-svn
68de9b023b
Fine tuned gfx output, made sections easier to read
2008-10-30 06:08:06 +00:00
inxi-svn
244307e5e3
More fine tuning, got rid of last bits of printf mess, tweaked syntax slightly
2008-10-30 05:58:18 +00:00
inxi-svn
552b063dd2
more gfx output tweaks
2008-10-30 05:39:32 +00:00
inxi-svn
44a2b47d93
Fixed a small output issue with card gfx data
2008-10-30 05:38:10 +00:00
inxi-svn
d1694d1374
Fixed obscure bug in gawk for gfx data in get gfx
2008-10-30 05:25:21 +00:00
inxi-svn
a9e0462c43
refactored and ordered get data functions
2008-10-30 05:04:11 +00:00
inxi-svn
4a4ee6a650
Trying to fix a bug with xchat-gnome detection for client
2008-10-30 04:24:50 +00:00
inxi-svn
722014366a
Fixed output bugs for xchat, got rid of unnecessary and hard to read printf
2008-10-30 01:25:13 +00:00
inxi-svn
1a23eb245e
More output cleanup, more consistent and easy to read hopefullyO
2008-10-29 23:12:28 +00:00
inxi-svn
9da615b89b
More output cleanup and tweaks
2008-10-29 23:07:01 +00:00
inxi-svn
d7f6f92245
Tweaked output, fixed bugs, mostly done with major refactoring now
2008-10-29 23:02:24 +00:00
inxi-svn
24d855bd93
Short output tweak
2008-10-29 22:00:17 +00:00
inxi-svn
a253b4bf68
Bug fix on color setting
2008-10-29 21:47:13 +00:00
inxi-svn
15912c0455
Major refactoring, variable cleanup, condition tests made more consistent.
...
Still to do, make consistent tests on arrays, those need some careful handling.
More tightening of global/local variables.
2008-10-29 21:23:29 +00:00
inxi-svn
07605806d7
bug fix for nested {}... in cpu section
2008-10-29 08:18:56 +00:00
inxi-svn
fce18b8fa4
fixed dual gfx bug
2008-10-29 07:37:26 +00:00
inxi-svn
9c27241efd
try at bug fix for dual output of graphics line
2008-10-29 07:29:17 +00:00
inxi-svn
5838f7e003
put dual gfx on one line
2008-10-29 07:07:53 +00:00
inxi-svn
ee703d17c2
output fix
2008-10-29 06:59:59 +00:00
inxi-svn
7bec613de9
bug fix
2008-10-29 06:58:04 +00:00
inxi-svn
dcd2d72813
fixed dual video card output
2008-10-29 06:54:28 +00:00
inxi-svn
203501f56a
More cleanup, added v4 output, partition filled information for hard disk, reordered output to have gfx all in one place,
...
cleaner indenting.
2008-10-29 06:41:29 +00:00
inxi-svn
887c559ca8
more refactoring
2008-10-29 05:05:01 +00:00
inxi-svn
186f1ced0b
more refactoring, cleanup
2008-10-29 03:49:24 +00:00
inxi-svn
27de71c99f
added help menu, -h and --help
2008-10-29 03:22:16 +00:00
inxi-svn
6d63e5686b
more refactoring
2008-10-29 03:03:18 +00:00
inxi-svn
05ad16866c
patched, dcop in theory would now work in konversation script launch, otherwise I'll leave this alone for now
2008-10-29 02:35:42 +00:00
inxi-svn
d218d50d02
hacked out the dcop stuff for now, that only works if inxi is started as a built in konversation script
2008-10-29 01:59:05 +00:00
inxi-svn
41b9d5f2aa
attempt at konversation bug fix
2008-10-29 00:33:52 +00:00
inxi-svn
b99cfc9df2
removed debugger output
2008-10-29 00:00:25 +00:00
inxi-svn
489bf2b83c
more refactorings, trying to find out why readlink returns perl for konversation in inxi but not infobash
2008-10-28 23:39:01 +00:00
inxi-svn
33c996f682
small tweaks
2008-10-28 07:28:50 +00:00
inxi-svn
e8780766e1
tried again to delete infobash file
2008-10-28 07:16:38 +00:00
inxi-svn
9528e9792c
get rid of infobash
2008-10-28 07:10:07 +00:00
inxi-svn
6779d27964
refactored more, rearranged utility functions
2008-10-28 06:45:56 +00:00
inxi-svn
cde859ac3b
replaced eat() with remove_errooneous_characters function by trash80
2008-10-28 06:35:45 +00:00
inxi-svn
65ff6dd284
fixed possible slight path bug
2008-10-28 05:18:25 +00:00
inxi-svn
35643a105f
small tweak function name
2008-10-28 04:16:30 +00:00
inxi-svn
af2a1da5db
refactored into primary data get and print functions
2008-10-28 04:14:35 +00:00
inxi-svn
862eb60967
refactoring
2008-10-28 03:54:30 +00:00
inxi-svn
f335326cd9
tweaked color option error handler
2008-10-28 03:49:24 +00:00
inxi-svn
22f0026e2c
put all core features into function containers as first step to break this into logical components
2008-10-28 03:42:28 +00:00
inxi-svn
c1a4fe88b4
tweaks
2008-10-28 03:11:44 +00:00
inxi-svn
947a8b8fc4
tweaks
2008-10-28 03:09:58 +00:00