about summary refs log tree commit diff stats
path: root/resources/rock/1
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-05-25 19:51:55 +0530
committerAndinus <andinus@nand.sh>2021-05-25 21:53:55 +0530
commit89de136d6273b3eac90c7cfd5d364c494f399014 (patch)
tree2349a8c2b3ba2a9a1d67d51df623e7798726e4bd /resources/rock/1
parentac56b702b22c3116e3638b5358dcf513986d6736 (diff)
downloadantlia-0.1.2.tar.gz
Update dependencies in META6.json HEAD v0.1.2 master
Diffstat (limited to 'resources/rock/1')
0 files changed, 0 insertions, 0 deletions
amp;id=54e81304e90afb9f05181a9279f8ed9f40bb34e0'>54e81304 ^
6711866e ^

ad66bf36 ^
ce163094 ^
73961ff0 ^

6711866e ^
73961ff0 ^
06d077c6 ^
54e81304 ^

06d077c6 ^
54e81304 ^
bc44357a ^
6f78d086 ^
35d691a5 ^
87aab6c8 ^
08a843ec ^
73961ff0 ^




b669e804 ^
73961ff0 ^

f01c1eb1 ^
73961ff0 ^
54e81304 ^
73961ff0 ^

54e81304 ^
35d691a5 ^
b591a053 ^


4469f88a ^
73961ff0 ^





f01c1eb1 ^
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








                                                                                 
                                                                           

 
               
 
                                                               

                                                                                 

                                                                
                                                                           
                                                    

 
            
 
                                                                          

                                                          
                                                                     
                                                                  
                                                    
                                                                    
                                                
                                                       
                                                                 




                                                 
                                                  

                                                   
                                                              
                                                                        
                                                                        

                                                       
                                                                          
                                         


                                                                    
                                                            





                                                                             
                                                                   
Required for next Release

   (X) #5   09/07/17  avoid using shell calls, it results in many problems
               can't answer questions of spawned processes
               specifically rm with write-protected files
   (X) #8   09/07/17  Clear keybuffer after executing programs.
               you may have typed something after the program stopped reading
               this could flush the text to ranger and result in unwanted actions
   (X) #14  09/07/18  Sorting sometimes doesn't work
   (X) #17  09/07/19  shell behaves strangely sometimes when run with s key


Critical Issues

   (X) #8   09/07/17  Clear keybuffer after executing programs.
               you may have typed something after the program stopped reading
               this could flush the text to ranger and result in unwanted actions
   ( ) #15  09/07/18  it's way too slow in large directories
               redesign process of getting data from file system
   (X) #17  09/07/19  shell behaves strangely sometimes when run with s key
   (X) #26  09/07/20  bad behaviour when rdr'ing vim


Minor Issues

   (X) #5   09/07/17  avoid using shell calls, it results in many problems
               can't answer questions of spawned processes
               specifically rm with write-protected files
   (X) #12  09/07/17  sync @marked with changes in on the file system
               if files are deleted, delete those from @marked too
   (X) #14  09/07/18  Sorting sometimes doesn't work
   (X) #16  09/07/19  incorrect pointer in the columns after sorting
   ( ) #18  09/07/19  abbreviate path at the top
   (X) #23  09/07/19  key combination rAr does not work
   (X) #27  09/07/20  @marked is sometimes reset without a reason


Features

   ( ) #1   09/07/17  undo key (work in progress)
   ( ) #2   09/07/17  throbber that shows activity
   ( ) #3   09/07/17  colors and attributes in help
   ( ) #6   09/07/17  allow use of sudo somehow
   (X) #7   09/07/17  allow to change rights and owners easily
   ( ) #9   09/07/17  build an abstract layer for file system operations
               this would encourage the addition of ftp or ssh protocols
   ( ) #11  09/07/17  specify flags at data/types.rb
   ( ) #13  09/07/17  special keys for quick navigation
               cycle in a certain order, like creation-time, newest first.
   ( ) #19  09/07/19  make path clickable
   ( ) #20  09/07/19  accelerate mouse wheel scrolling after a while
   ( ) #21  09/07/19  what about a CONSOLE
   ( ) #22  09/07/19  tab-completition for filenames
   (X) #25  09/07/20  a command for find . | grep xyz | less


Aesthetics

   ( ) #4   09/07/17  consider using optparse
   ( ) #10  09/07/17  Debug module as an IO stream, for redirection of STDERR
   ( ) #24  09/07/20  seperate filetype detection from main program