about summary refs log tree commit diff stats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 6003Kartik Agaram2020-02-091-4/+15
* 6002Kartik Agaram2020-02-091-3/+4
* 5910Kartik Agaram2020-01-201-2/+1
* 5900Kartik Agaram2020-01-191-0/+16
* 5899Kartik Agaram2020-01-192-4/+11
* 5897 - rename comparison instructionsKartik Agaram2020-01-161-16/+0
* 5891Kartik Agaram2020-01-141-0/+20
* 5884Kartik Agaram2020-01-121-0/+7
* 5881Kartik Agaram2020-01-101-7/+0
* 5875Kartik Agaram2020-01-021-7/+7
* 5870Kartik Agaram2020-01-021-0/+3
* 5868Kartik Agaram2020-01-021-0/+0
* 5859Kartik Agaram2020-01-012-0/+67
* 5858Kartik Agaram2020-01-0195-0/+32627
* 5837 - better colors for trace browserKartik Agaram2019-12-281-10/+25
* 5819Kartik Agaram2019-12-221-1/+1
* 5816 - browse_trace bug fixedKartik Agaram2019-12-211-0/+1
* 5815Kartik Agaram2019-12-211-4/+4
* 5814Kartik Agaram2019-12-211-25/+25
* 5813Kartik Agaram2019-12-211-2/+1
* 5812 - debugging an ancient niggle in browse_traceKartik Agaram2019-12-211-6/+5
* 5805Kartik Agaram2019-12-081-0/+12
* 5801 - move `tangle` to `tools/` dirKartik Agaram2019-12-072-0/+1189
* 5800 - move `browse_trace` to `tools/` dirKartik Agaram2019-12-0712-0/+1927
* 5799 - move html-generation to `tools/` directoryKartik Agaram2019-12-073-1/+344
* 5797 - move `enumerate/` to `tools/` directoryKartik Agaram2019-12-072-0/+34
* 5796 - move treeshake to a new tools/ directoryKartik Agaram2019-12-075-0/+239
reate/chmod/copy/delete/...) * VIM-like console and hotkeys * Automatically determine file types and run them with correct programs * Change the directory of your shell after exiting ranger * Tabs, Bookmarks, Mouse support Dependencies ------------ * A *nix-like operating system * Python 2.6 or Python 3.1 with the curses module Optional: * The "file" program * A pager ("less" by default) Getting Started --------------- Ranger can be started without installing. Just run the executable (in a terminal.) The switch "--clean" will prevent it from creating or accessing configuration files. Follow the instructions in the INSTALL file for installing ranger. After starting ranger, you should see 4 columns. The third one is the main column, the directory where you're currently at. To the left you see the parent directories and to the right there's a preview of the object you're pointing at. Now use the Arrow Keys to navigate, Enter to open a file or type Q to quit. To customize ranger, copy the files from ranger/defaults/ to ~/.ranger/ and modify them according to your wishes. Troubleshooting, Getting Help ----------------------------- If you encounter an error, try running ranger with --debug. This will sometimes display more detailed information about the error. Also, try deactivating optimization: PYTHONOPTIMIZE="" ranger --debug Report bugs on savannah: (please include as much information as possible) http://savannah.nongnu.org/bugs/?func=additem&group=ranger Ask questions on the mailing list: http://lists.nongnu.org/mailman/listinfo/ranger-users Further Reading --------------- Check the man page for information on common features and hotkeys. The most detailed manual is accessible by pressing "?" from inside ranger. It is also available at ranger/help/, contained in the *.py files. The file ranger/defaults/keys.py contains all key combinations, so that's another place you may want to check out. /danisanti/profani-tty/commit/.gitignore?id=e94b604b0c134e7fad20bcca9d30d85ffeed9e43'>e94b604b ^
e0dfe483 ^
b1375328 ^


e0dfe483 ^

d944e825 ^


9d782fa6 ^
1bc69418 ^




a308f5e4 ^

9d782fa6 ^
7bc160c2 ^
1bc69418 ^




b68d2ce1 ^

1bc69418 ^

d169312a ^
53a7689a ^
d169312a ^
7f956aa4 ^


62cbad1c ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97





                                                                 





                   
                     

             


          


           

            
            

               

          
             
         
           

               
   



               
                


                   
                      





             





                                         

              


                 
               
             
           


               

                  


                
 




                           

                             
               
                            




                

        

         
     
      
      


       
      
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~

# IDE
.codelite/
profanity.mk
profanity.project
profanity.workspace
compile_commands.json
.tern-port
.tern-project
.cproject
.project
.settings/

# autotools
.libs/
/Makefile
/Makefile.in
_configs.sed
aclocal.m4
autom4te.cache/
build-aux/
config.log
config.status
configure
configure*~
libprofanity.la
libtool
m4/
**/.deps/
**.dirstamp
src/config.h
src/config.h.in
src/config.h.in~
src/gitversion.h
src/gitversion.h.in
src/stamp-h1
src/plugins/profapi.lo

# binaries
profanity
**/*.o

# test output
tests/functionaltests/functionaltests
tests/functionaltests/functionaltests.log
tests/functionaltests/functionaltests.trs
tests/unittests/unittests
tests/unittests/unittests.log
tests/unittests/unittests.trs
test-suite.log

# valgrind output
profval*

# local scripts
clean-test.sh
gen_docs.sh
gitpushall.sh

# website files
main_fragment.html
toc_fragment.html

# valgrind files
valgrind.out

# Generate docs
apidocs/python/_build/
apidocs/python/modules.rst
apidocs/python/prof.rst
apidocs/python/src/prof.pyc
apidocs/python/plugin.rst
apidocs/python/src/plugin.pyc
apidocs/c/html/
apidocs/c/doxygen_sqlite3.db

# Temp Vim files
**/*.swp

# Virtual envs
python2/
python3/

.DS_Store
*.bak
*.orig
breaks

*.tar.*
*.zip
*.log*