Commit graph

1297 commits

Author SHA1 Message Date
inxi-svn 785c0b83e2 cleanup 2011-06-14 00:46:56 +00:00
inxi-svn da975d8962 variable cleanup 2011-06-14 00:39:47 +00:00
inxi-svn 47e4a86558 version update, optimization for speed for -N, usb detection.
Switched to full gawk for detection, dumped inefficient bash loop through of all search terms.
2011-06-14 00:02:50 +00:00
inxi-svn 93b245e1af version upgrade:
Optimized graphics driver function massively, knocked off about 60% of execution time by switching to a single read through via 
gawk..

In terms of dual core system, that saved literally about 1 second execution total time.
2011-06-13 22:31:22 +00:00
inxi-svn 8b297bd69e fixed missing app error message, now shows: inxi --recommends as solution/recommendation for further action. 2011-06-11 07:02:13 +00:00
inxi-svn 53f3a4e74f version 1.6.7
Cleaned up recommends, finalized layout, tweaked output, ready to go now as a final I think.
2011-06-11 05:55:44 +00:00
inxi-svn 9ee3d00315 getting rid of an extra line 2011-06-11 05:19:16 +00:00
inxi-svn 332a998f3a cleanup, patch version bump 2011-06-11 05:16:57 +00:00
inxi-svn 8dca5e9143 bug fix 2011-06-11 05:14:32 +00:00
inxi-svn ef7655b92e text cleanup 2011-06-11 05:13:42 +00:00
inxi-svn 7765c80052 fix 2011-06-11 05:13:02 +00:00
inxi-svn a4a9e60821 slight tweak of layout of --recommends 2011-06-11 05:11:56 +00:00
inxi-svn e19069c1af finalized the rpm/yum --recommends package list, thanks goingeasy9 2011-06-11 04:24:18 +00:00
inxi-svn 07ac10c817 cleanup 2011-06-11 01:45:37 +00:00
inxi-svn 15a4aca286 forgot to add -Nx to module version recommends 2011-06-11 01:43:11 +00:00
inxi-svn fcc575591c cleanup 2011-06-11 01:40:18 +00:00
inxi-svn 4932d2be2f patch update, cleaned up output for --recommends, changed - to _, then sed replace _ with space 2011-06-11 01:34:19 +00:00
inxi-svn 2188bc1fbf added some arg triggers to --recommends output, and this calls for a patch version update 2011-06-11 00:28:25 +00:00
inxi-svn 7e323287cc forgot to declare a bunch of local variables in --recommends 2011-06-11 00:07:38 +00:00
inxi-svn 2d3114722e tweak 2011-06-10 23:26:02 +00:00
inxi-svn 74b97894a7 text tweak 2011-06-10 23:25:13 +00:00
inxi-svn b923131e95 bug fix 2011-06-10 23:23:32 +00:00
inxi-svn bee3268ab2 text tweak 2011-06-10 23:23:01 +00:00
inxi-svn 6297a1f519 added --recommends suggestion to non x mode start 2011-06-10 23:21:10 +00:00
inxi-svn 6a2f09858f 1.6.6
new option: --recommends

This lets users check their system for all the required/recommended apps, and also shows any missing core directories,
with an explanation of what each item does.

Also prints out a list of distro packages that should help users install the missing package.

So far only debian/ubuntu and arch linux lists are done.
2011-06-10 23:07:01 +00:00
inxi-svn b1f7966f9b made FAILED for video driver load red, just a patch version bump. 2011-06-10 18:21:33 +00:00
inxi-svn 25540e4cf0 more cleanup 2011-06-10 00:08:09 +00:00
inxi-svn 041b00f5b9 more help cleanup 2011-06-10 00:06:28 +00:00
inxi-svn 78b2521812 more cleanup 2011-06-10 00:05:43 +00:00
inxi-svn 8b8dbd817a cleaned up -F option help item 2011-06-10 00:04:52 +00:00
inxi-svn ecb7d4cdb8 Version update. Redid -v options totally. Added -v 6 for full partition and unmounted partition output.
Adjusted the 2-5 options to include the various new features that have been added recently.

Got rid of the entire old way of using verbosity level numbers internally in the script to trigger events, now all those printout
triggers are done via clearly named global switch variables which are set in the initial Option selector function only.

This should not make any particular difference to users, but it makes it easier to read the printout logic code, and to see what
full/basic/verbosity level output actually is going to do.

Also changed -d to -b, and added an error handler to -d showing it's been deprecated.

-d will be needed in the future for advanced -D data, probably cd/dvd etc, and I want to keep the consistency, as much as possible,
that is, m will be advanced M data, p is advanced P, n is advanced N, and so on.

I know this breaks some people's habits, but I think with the deprecated option warning/error, it should be fine, and it's
best to get this done now than to wait until inxi actually is going to use the -d advanced disk option.

Ok, that's it, just basically a code clean up version.
2011-06-09 23:27:05 +00:00
inxi-svn 2bd19db6ea language change 2011-06-09 20:41:56 +00:00
inxi-svn 88b0b389b8 wording tweak 2011-06-09 20:40:25 +00:00
inxi-svn cad10378f1 tweak 2011-06-09 20:17:10 +00:00
inxi-svn e018abcff2 forgot to add it to --version 2011-06-09 20:15:54 +00:00
inxi-svn a28e1a1c17 tweaked wording 2011-06-09 20:12:59 +00:00
inxi-svn a514f71e56 Added script patch number, this will show on update along with version number.
Also if > 0, will show added to display version, like: 1.6.3-4

I've found that google svn from googlecode isn't propagating the data across its data centers quickly or consistently
which makes testing and debugging a real pain in the butt when dealing with people in different geographical areas.

Now we'll be able to confirm that you have dev version xx, ie, the latest uploaded, without doing pointless primary
version number bumps.

When patch number is 00, no display occurs, but it still shows on updating via -U
2011-06-09 20:09:41 +00:00
inxi-svn d3505da78d added more wifi detection filters 2011-06-09 01:51:46 +00:00
inxi-svn e25d0d12dd adding in more banlist and filters 2011-06-09 01:08:55 +00:00
inxi-svn 5e06161620 added more filters 2011-06-08 17:46:25 +00:00
inxi-svn a830011550 Changed -m to -M, to keep it consistent. -m will be for future advanced machine information, just like -P is basic partitions and
-p is complete.
2011-06-08 17:32:58 +00:00
inxi-svn a016006173 tweaks, clean up chassis output 2011-06-08 09:22:40 +00:00
inxi-svn 034a197d8d fixed error message 2011-06-08 08:55:21 +00:00
inxi-svn 5654a8bffd final bug fixes, if google svn ever starts working again 2011-06-08 08:42:28 +00:00
inxi-svn 4e31e4502c version bump for bug fixes and tweaks, always inconsistency to be handled 2011-06-08 08:29:23 +00:00
inxi-svn 84227c55ef fixes 2011-06-08 08:22:40 +00:00
inxi-svn add4263d49 added fixes 2011-06-08 08:19:59 +00:00
inxi-svn b3ff07bbb2 maybe bug fix for gigabyte board 2011-06-08 07:58:46 +00:00
inxi-svn 8232c927ad tweaked line count 2011-06-08 07:49:10 +00:00
inxi-svn 4d20c9fe84 removed escapes on % for gawk 2011-06-08 07:28:26 +00:00