Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new extfs plugin: gitfs #2467

Closed
mc-butler opened this issue Jan 9, 2011 · 15 comments
Closed

new extfs plugin: gitfs #2467

mc-butler opened this issue Jan 9, 2011 · 15 comments
Labels
area: vfs Virtual File System support prio: low Minor problem or easily worked around
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/2467
Reporter angel_il (@ilia-maslakov)
Keywords gitfs, gitlogfs, sorting

new extfs plugin: gitfs

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Jan 9, 2011 at 10:20 UTC (comment 1)

branch: 2467_gitfs (parent: master)

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jan 9, 2011 at 10:57 UTC (comment 2)

  • Component changed from mc-core to mc-vfs
  • Status changed from new to assigned
  • Owner set to angel_il

@mc-butler
Copy link
Author

Changed by dre3k (@dre3k) on Jan 17, 2011 at 18:18 UTC (comment 3)

  • Keywords set to gitfs, gitlogfs, sorting

It is probably a good idea to auto-sort #gitlogfs on reverse modify time.

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Jan 17, 2011 at 18:47 UTC (comment 3.4)

Replying to dre3k:

It is probably a good idea to auto-sort #gitlogfs on reverse modify time.

i bind ctrl-f1,ctrl-f2,ctrl-f3,ctrl-f4 for change sort type

[panel]
PanelPrevPage = pgup
PanelNextPage = pgdn
PanelSortOrderByName = ctrl-f1
PanelSortOrderByExt = ctrl-f2
PanelSortOrderBySize = ctrl-f3
PanelSortOrderByMTime = ctrl-f4

try this

@mc-butler
Copy link
Author

Changed by dre3k (@dre3k) on Jan 17, 2011 at 20:23 UTC (comment 4.5)

  • Summary changed from new extfs plugin: gitfs to sudo add-apt-repository ppa:ferramroberto/linuxfreedomlucid

Replying to angel_il:

Replying to dre3k:

It is probably a good idea to auto-sort #gitlogfs on reverse modify time.

i bind ctrl-f1,ctrl-f2,ctrl-f3,ctrl-f4 for change sort type

[panel]
PanelPrevPage = pgup
PanelNextPage = pgdn
PanelSortOrderByName = ctrl-f1
PanelSortOrderByExt = ctrl-f2
PanelSortOrderBySize = ctrl-f3
PanelSortOrderByMTime = ctrl-f4

try this

I apologize if it wrong place to as such a question. But binding ctrl-f1, ctrl-f2, ctrl-f3, ctrl-f4 doesn't work for me, I only get 1;5P(for ctrl-f1), 1;5Q(for ctrl-f2),... in command line, below mc panels. I'm running ubuntu 10.04 and xterm(-version says XTerm(256))
When I run 'cat' and press ctrl-f1, ... I get:

               | ctlr-f1 | ctlr-f2 | ctrl-f3 | ctrl-f4 |
---------------+---------+---------+---------+---------|
xterm          | ^[[1;5P | ^[[1;5Q | ^[[1;5R | ^[[1;5S |
gnome-terminal | nothing | ^[O1;5Q | ^[O1;5R | ^[O1;5S |

Maybe you can suggest what can I do to make bindings work or you know places where I can read about the issue.

Appreciate your help.

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Jan 17, 2011 at 21:03 UTC (comment 6)

my ini file contain next lines:

[terminal:xterm]
complete=\e[Z
alt left=\\e\\eOD
alt right=\\e\\eOC
alt up=\\e\\eOA
alt down=\\e\\eOB
ctrl left=\\e[D
ctrl right=\\e[C
ctrl up=\\e[A
ctrl down=\\e[B

ctrl alt right=\\e\\e[C

alt f7=\\e\\e[18~

alt asterix=\\e*

f17=\\e[31~

alt pgup=\\e\\e[5~
alt pgdn=\\e\\e[6~
alt home=\\e\\e[1~
alt end=\\e\\e[4~

ctrl f1=\\e[11\;5
ctrl f2=\\e[12\;5
ctrl f3=\\e[13\;5

ctrl pgup=\\e[[5\;5~
ctrl pgdn=\\e[[6\;5~

f19=\\e\\e[20~

for get needed sequence do:
1) Options\Learn keys...
2) select [Function key 1 ]
3) press ctrl-f2
4) <save>
5) open your ini, find f1=\\e....
6) replace "f1=" to "ctrl f2=" and save
7) before step #1 switch off "[ ] Auto save setup"

have a nice day

@mc-butler
Copy link
Author

Changed by dre3k (@dre3k) on Jan 17, 2011 at 21:40 UTC (comment 6.7)

  • Keywords changed from gitfs, gitlogfs, sorting to key, mapping

Класс. Огромное спасибо. Писал на английском чтобы это было полезным большему кругу людей.

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jan 18, 2011 at 1:04 UTC (comment 8)

  • Summary changed from sudo add-apt-repository ppa:ferramroberto/linuxfreedomlucid to new extfs plugin: gitfs
  • Keywords changed from key, mapping to gitfs, gitlogfs, sorting

dre3k: don't touch 'Summary' field and 'Keywords', please.
And write in English only.

angel_il: Can you have branch for review? Do you want to change 'Severity' field of this ticket?

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Jan 18, 2011 at 5:56 UTC (comment 9)

  • Severity changed from no branch to on review

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jul 8, 2011 at 9:27 UTC (comment 10)

  • Branch state set to on review
  • Severity changed from on review to no branch

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Jul 8, 2011 at 18:39 UTC (comment 11)

branch: 2467_gitfs (forced update)

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jul 9, 2011 at 12:27 UTC (comment 12)

  • Votes set to slavazanko

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 15, 2011 at 17:29 UTC (comment 13)

  • Branch state changed from on review to approved
  • Votes changed from slavazanko to slavazanko andrew_b

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Jul 16, 2011 at 14:08 UTC (comment 14)

  • Status changed from assigned to testing
  • Resolution set to fixed
  • Milestone changed from 4.8.0-pre1 to 4.8.0-pre2
  • Branch state changed from approved to merged
  • Votes slavazanko andrew_b deleted

merged: [9814c73]

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Jul 18, 2011 at 8:05 UTC (comment 15)

  • Status changed from testing to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: vfs Virtual File System support prio: low Minor problem or easily worked around
Development

No branches or pull requests

1 participant