xchm is a CHM viewer. It’s also available for Linux version. xchm is a great for CHM. Most of the CHM viewer in mac doesn’t include Index in chm. xchm also include Content, Index, Search and like in Windows. It’s free and opensource. GUI design is not looking good but it’s a great CHM viewer for Mac.
Read More

In Mac Finder, don’t have show hidden. If we want to see hidden for some reason (eg: .htaccess for web development), we can make it easily.

1. Open the Terminal
2. TYPE in terminal

$defaults write com.apple.finder AppleShowAllFiles TRUE
$killall Finder

If you don’t want to see hidden file, just change TRUE to the FALSE.

Designed By Saturngod