This is a super simple browser-based application that rotates all items in a list either forward or backward. Rotating items forward moves them to the right (or down if the list is vertical) and rotating items backward moves them to the left (or up if the list is vertical). You can specify the number of items to rotate in the options, as well as customize the separator of the items in input and output lists. Created by list geeks from team Browserling.
This is a super simple browser-based application that rotates all items in a list either forward or backward. Rotating items forward moves them to the right (or down if the list is vertical) and rotating items backward moves them to the left (or up if the list is vertical). You can specify the number of items to rotate in the options, as well as customize the separator of the items in input and output lists. Created by list geeks from team Browserling.
This online tool rotates the items in a list. It does not change the items themselves and does not delete any of them, but it only cyclically shifts the items from one side of the list to the other side. For example, if the input list is a horizontal list of digits "1, 2, 3, 4, 5, 6" then we can rotate it to the right (forward) or left (backward). If we rotate this list to the right by two items, we'll get a new list "5, 6, 1, 2, 3, 4". Similarly, rotating this list to the left by one item will move the first digit to the last position "2, 3, 4, 5, 6, 1". If the input list is vertical (the items are separated by a newline character "\n"), then rotating it forward, moves the items down and rotating it backward, moves the items up. You can choose the direction of rotation in the second block of options, as well as indicate how many items at once to rotate. To make it work with all types of lists, you can use two modes for separating list items. The "Character Split Mode" is used when the input list has a single character delimiter such as a comma, dash, or space. The "Regexp Split Mode" is used when the input list has several different separators. For example, a comma mixed with a space or a semicolon mixed with a tab. For the output rotated list, you can set any new separator in the third block of options. Setting a new separator for the output list lets you create a consistent list with no mixed item separators. Listabulous!
This online tool rotates the items in a list. It does not change the items themselves and does not delete any of them, but it only cyclically shifts the items from one side of the list to the other side. For example, if the input list is a horizontal list of digits "1, 2, 3, 4, 5, 6" then we can rotate it to the right (forward) or left (backward). If we rotate this list to the right by two items, we'll get a new list "5, 6, 1, 2, 3, 4". Similarly, rotating this list to the left by one item will move the first digit to the last position "2, 3, 4, 5, 6, 1". If the input list is vertical (the items are separated by a newline character "\n"), then rotating it forward, moves the items down and rotating it backward, moves the items up. You can choose the direction of rotation in the second block of options, as well as indicate how many items at once to rotate. To make it work with all types of lists, you can use two modes for separating list items. The "Character Split Mode" is used when the input list has a single character delimiter such as a comma, dash, or space. The "Regexp Split Mode" is used when the input list has several different separators. For example, a comma mixed with a space or a semicolon mixed with a tab. For the output rotated list, you can set any new separator in the third block of options. Setting a new separator for the output list lets you create a consistent list with no mixed item separators. Listabulous!
In this example, we rotate a list with 44 letters of the Hungarian alphabet to the right. Since the original list is a simple comma-separated list, we split the items by commas via the "Character Split Mode". We select the "Rotate Forward" direction (this direction shifts items to the right) and rotate exactly a half of the alphabet. The last 22 letters on the right are now shifted to the beginning and appear on the left side.
In this example, we rotate a list of tree names to the left. Since the items of the input list are delimited by tabs and newlines, we use the regex splitting mode with a regular expression "/\s+/". We move four items backward (the first four items get moved to the end of the list) and print the rotated list separated by the vertical pipe symbol.
In this example, we load a vertical list of alt codes and perform the cyclic shift operation on it. We move the items by 6 positions up (backward) and now they appear at the bottom. We use a newline character on input and output data to separate the list items.
You can pass input to this tool via ?input query argument and it will automatically compute output. Here's how to type it in your browser's address bar. Click to try!
View and edit lists in a neat browser-based list editor.
Split list items into chunks.
Create the powerlist of the given list.
Extract the first item from a list.
Extract all items except the first of a list.
Run a JavaScript function on every list item (map function).
Run the reduce function on a list.
Quickly find and print items that interest you in a list.
Quickly find and print items that repeat in a list.
Quickly find and remove items that are unique in a list.
Given start and stop indexes, extract a sublist from a list.
Shift list items to the left or right (or up and down).
Add indentation to all list items.
Make a list go increasingly sideways (to the left or right).
Quickly create a mirror copy of a list.
Invert the order of items in a list (last becomes first, etc).
Create multiple rows from a single list.
Create an Excel (XLS/XLSX) file from a list.
Create a PDF file from a list.
Create a LaTeX list from a regular text list.
Create a HTML list from a regular text list.
Create a Markdown list from a regular text list.
Find the difference between two lists.
Find the difference between three lists.
Remove elements from a list that appear in the other list.
Find items that are shared between two or more lists.
Find items that are unique in two or more lists.
Join two or more lists together item by item.
Split an interleaved list into two or more separate lists.
Append a second list at the end of the first list.
Create pairs from all list items.
Remove list items at certain index positions.
Add new items at the end of a list.
Modify a list in-place by adding, replacing, or removing items.
Remove all indentation levels from a list and make it flat.
Quickly apply the bold effect to all list items.
Quickly apply the italic effect to all list items.
Quickly rewrite all list items in cursive.
Quickly change the font of all list items.
Quickly add an underscore to all list items.
Quickly add a strikethrough to all list items.
Quickly change the letter case of all items to title case.
Quickly change the letter case of all items to proper case.
Quickly randomly change the letter case of all items.
Quickly change the letter case of all items to small letters.
Quickly change the letter case of all items to capital letters.
Quickly remove any numeration from a list of items.
Generate a list with no items (just bullet points).
Quickly create a graphical representation of a list.
Create an image with a cloud of list items.
Create an image with list items going in a spiral.
Make list items go in a zigzag.
Add errors and corruption to a list.
Convert any list to base64 encoding.
Convert any list from base64 encoding back to a list.
Convert any list to URL encoding.
Convert any list from URL encoding back to a list.
Create a JSON array from a list.
Create a list from a JSON array.
Create an XML document from a list.
Create a list from an XML document.
Create a YAML file from a list.
Create a list from a YAML file.
Create a binary list from a text list.
Create a text list from a binary list.
Compress a list so it uses less space.
Create an animation with a list being scrolled.
Let Zalgo loose on a list and create list-chaos.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling our mission is to make people's lives easier, so we created this collection of online list tools. Our tools are focused on getting things done quickly and as soon as you load your list in the input of any of our tools, you'll instantly get the result. Our list tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!