taskWeeChat - Tasks: task #12797, Implement #buffer-by-name in all...

 
 

task #12797: Implement #buffer-by-name in all /buffer options

Submitter:  None
Submitted:  Tue 03 Sep 2013 10:38:59 AM UTC
   
 
Category:  irc plugin Should Start On:  Tue 03 Sep 2013 12:00:00 AM UTC
Should be Finished on:  Tue 03 Sep 2013 12:00:00 AM UTC Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Percent Complete:  0%
Originator Name:  * lasers Originator Email:  * -email is unavailable-
Open/Closed:  Open Planned Release:  None
IRC nick:  lasers
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Tue 03 Sep 2013 10:38:59 AM UTC, original submission:  

Examples:
  clear current buffer:
    /buffer clear
  move buffer to number 5:
    /buffer move 5
  swap buffer 1 with 3:
    /buffer swap 1 3
  swap buffer #weechat with current buffer:
    /buffer swap #weechat
  merge with core buffer:
    /buffer merge 1
  unmerge buffer:
    /buffer unmerge
  close current buffer:
    /buffer close
  close buffers 5 to 7:
    /buffer close 5-7
  jump to #weechat:
    /buffer #weechat
  jump to next buffer:
    /buffer +1

#########################

New Features:
  clear buffer #weechat:
    /buffer clear #weechat

  merge with buffer #weechat:   
    /buffer merge #weechat

  close buffer #weechat:
    /buffer close #weechat

  unmerge buffer #weechat:
    /buffer unmerge #weechat
 
  swap buffer #weechat with buffer #weechat-offtopic:
    /buffer swap #weechat #weechat-offtopic
 
  move buffer #weechat to number 9:
    /buffer move #weechat 9

#########################
# END OF SUMMARY        #     
# EXPERIMENTAL FOR LULZ #
#########################

Following Irssi(!?):
  move current buffer to prev/next number or left/right:
    /buffer move prev
    /buffer move next
    /buffer move left
    /buffer move right
   
  move current buffer to first/last number:
    /buffer move first
    /buffer move last

  move buffer #weechat to prev/next number or left/right:
    /buffer move #weechat prev
    /buffer move #weechat next 
    /buffer move #weechat left
    /buffer move #weechat right
       
  move buffer #weechat to first/last buffer:
    /buffer move #weechat first
    /buffer move #weechat last

#########################

Following Weechat(?!):
  move current buffer to prev/next number:
    /buffer move -1
    /buffer move +1
   
    move current buffer to first/last number:
    /buffer move 0
    /buffer move 1000
   
  move buffer #weechat to prev/next number
    /buffer move #weechat -1
    /buffer move #weechat +1
      
  move buffer #weechat to first/last buffer:
    /buffer move #weechat 0
    /buffer move #weechat 1000

Anonymous

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 4.0MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

History

No changes have been made to this item

Back to the top

Powered by Savane 3.16-2753.
Corresponding source code