更 多...

Blog

 
 
 

What Is TextWrangler?

2011-04-15 16:53:52 @~^_^ luancgy

TextWrangler is a high-performance text editor. Unlike a word processor, which is designed for preparing printed pages, a text editor focuses on providing a means of producing and changing content. Thus, TextWrangler does not offer fancy formatting capabilities, headers and footers, graphics tools, a thesaurus, and other staples of feature-laden “office” software. Instead, it focuses on helping you manipulate text in ways that word processors generally cannot.

TextWrangler offers powerful regular expression–based (“grep”) search and replace, multi-file search, sophisticated text transformations, intelligent text coloring, and other features not usually found (or missed) in word processors. TextWrangler also includes features that make it easier to edit specific kinds of text, such as source files for programming languages.

评论(0)
 
 

To follow the path

2011-01-10 15:39:27 @~^_^ luancgy

 

To follow the path:

look to the master,

follow the master,

walk with the master,

see through the master,

become the master.

评论(0)
 
 

MAC 隐藏文件

2010-10-19 11:27:09 @~^_^ luancgy

mac 下想 隐藏/显示 文件除了使用软件还可以在终端下使用以下命令

隐藏文件:chflags hidden file 

要显示被隐藏的文件可以用:chflags nohidden file

当然这种方法只是在gui下隐藏了文件并不同于建立一个以 (.)开头的文件,

在终端中直接使用 ls 就可以查看到这个文件的并不用加上 -a选项


 

评论(0)