This is a super simple browser-based application that pads the list on the right side. You can right-pad any list with one or more items to any length. It supports multiple list formats that you can adapt to using smart options for matching the item separators. Additionally, in the options, you can specify the new size of the padded list and enter all items that will be used to fill the end part of the list. Created by list geeks from team Browserling.
This is a super simple browser-based application that pads the list on the right side. You can right-pad any list with one or more items to any length. It supports multiple list formats that you can adapt to using smart options for matching the item separators. Additionally, in the options, you can specify the new size of the padded list and enter all items that will be used to fill the end part of the list. Created by list geeks from team Browserling.
This online utility pads a list on the right side by adding new items at the end of the list and extending the given list to the specified length. To right-pad a list, load it into the input field and then tell the program more about the list format you're using, so that the program can separate your list into individual items. Usually, the items are separated by a single character (such as a semicolon or a space). In this case, specify this character in the split option. If you have a column list (such as a todo list), then use the special symbol "\n", which will split the items one per line. If there are several characters (or they change), you can match them using a regular expression. Once this is done, the program will proceed to right-padding the list. In the middle block of options, you can specify the total number of items you need in the list and in the field below, enter an item (or items, one per line) used for padding. The program will take these items and add the necessary count at the end of the list one by one (periodically repeating the items if needed). The padded list can be copied or downloaded from the output field with a single click on the Save-as button. The padded list can also be customized by entering a new separating character for its items in the last block of options. In case the list contains empty (invisible) items, you can remove them via the "Remove Blank Items" option. Listabulous!
This online utility pads a list on the right side by adding new items at the end of the list and extending the given list to the specified length. To right-pad a list, load it into the input field and then tell the program more about the list format you're using, so that the program can separate your list into individual items. Usually, the items are separated by a single character (such as a semicolon or a space). In this case, specify this character in the split option. If you have a column list (such as a todo list), then use the special symbol "\n", which will split the items one per line. If there are several characters (or they change), you can match them using a regular expression. Once this is done, the program will proceed to right-padding the list. In the middle block of options, you can specify the total number of items you need in the list and in the field below, enter an item (or items, one per line) used for padding. The program will take these items and add the necessary count at the end of the list one by one (periodically repeating the items if needed). The padded list can be copied or downloaded from the output field with a single click on the Save-as button. The padded list can also be customized by entering a new separating character for its items in the last block of options. In case the list contains empty (invisible) items, you can remove them via the "Remove Blank Items" option. Listabulous!
In this example, we're making a shopping list for a birthday party. We really love sweets so we filled our list with 14 different candies. As we were planning our budget, we realized we could have some extra money left, so we decided to add even more Snickers and Mars bars to the list. Not to forget about this purchase, we padded the list from the end with Snickers and Mars candies to make the total list length be 18 items long.
In this example, we are packing for camping. We have already compiled a list of 12 things we need to take with us, but in case there is still free space in the suitcase, we would like to fill it with more T-shirts. To pad the list with T-shirts, we separate the existing items with a regular expression "/\.\s*/" (that matches periods and any whitespaces that follow them), and we enter the word "T-shirt" in the right-pad item option. As we think we might have space for up to 16 items, we pad a list on the right to 16 items.
In this example, we have uploaded a to-do list for the day. To make sure the whole day is packed, we extend the list by a few extra things for the evening. We add two interesting activities for the evening: "read a book" and "walk the dog". We right-pad the to-do list to the maximum until it reaches 9 points.
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!