All Projects → brianzelip → concats

brianzelip / concats

Licence: MIT license
🔨 Desktop app to output a single-column csv file of rows of concatenated fields from an input csv or tsv file.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to concats

vue-large-scale-folder-structure
Vue Js, 2 vue-cli large scale folder structure with vuex, vue-router, axios
Stars: ✭ 29 (+45%)
Mutual labels:  vue-cli-3
graphql-action
A GitHub Action to send queries to GitHub's GraphQL API
Stars: ✭ 70 (+250%)
Mutual labels:  tooling
fotowall
Pictures collage & creativity tool
Stars: ✭ 92 (+360%)
Mutual labels:  desktop
fliphub
the easiest app builder
Stars: ✭ 30 (+50%)
Mutual labels:  tooling
covid19-datafetcher
Fetch COVID19 data published by US states.
Stars: ✭ 32 (+60%)
Mutual labels:  tooling
foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
Stars: ✭ 4,623 (+23015%)
Mutual labels:  tooling
docker-compose-laravel
A Docker Compose setup for Laravel projects.
Stars: ✭ 23 (+15%)
Mutual labels:  tooling
LAF
Linux Application Firewall
Stars: ✭ 8 (-60%)
Mutual labels:  desktop
npmtooling
This is the repository for my course, Tooling with NPM Scripts on LinkedIn Learning and Lynda.com.
Stars: ✭ 13 (-35%)
Mutual labels:  tooling
find the letter material design
litterature game made using javaFX and FXML, small collaboration, the game is about finding the missing letters from a word using different hints (an image, incomplete word..etc).
Stars: ✭ 21 (+5%)
Mutual labels:  desktop
s3-concat
Concatenate Amazon S3 files remotely using flexible patterns
Stars: ✭ 32 (+60%)
Mutual labels:  tooling
vue-admin
无 UI 框架依赖(默认 vue 3.x 版本)
Stars: ✭ 99 (+395%)
Mutual labels:  vue-cli-3
gruntworkflows
Repository for my tutorial course: Grunt.js Web Workflows on LinkedIn Learning and Lynda.com.
Stars: ✭ 28 (+40%)
Mutual labels:  tooling
cljs-tooling
[DEPRECATED] Tooling support for ClojureScript
Stars: ✭ 58 (+190%)
Mutual labels:  tooling
construct
A reactive graphical symbolic environment for PicoLisp
Stars: ✭ 29 (+45%)
Mutual labels:  desktop
analysis-flow
Data Analysis Workflows & Reproducibility Learning Resources
Stars: ✭ 108 (+440%)
Mutual labels:  tooling
mezzio-tooling
Migration and development tooling for Mezzio
Stars: ✭ 14 (-30%)
Mutual labels:  tooling
Fairtris
Clone of the official classic Tetris® game for the NES console, intended for Windows and Linux systems. It implements the original mechanics and includes many regional versions and several RNGs (all in one executable).
Stars: ✭ 30 (+50%)
Mutual labels:  desktop
Atlas
An extensible 3D GIS application for visualization, analysis and research.
Stars: ✭ 113 (+465%)
Mutual labels:  desktop
MagicBox
Organize your workspace, keep files optimized, prepare images for publishing
Stars: ✭ 65 (+225%)
Mutual labels:  desktop

concats

Cross platform desktop app for outputting a single-column csv file of rows of concatenated fields from an input delimiter-separated values file.

Accepts .csv, .tsv, and extension-less files (data.csv, data.tsv, data) as input.

demo

Download

v1.13.3

Made with

Development

To run concats locally (requires Node.js v8.9 or above):

git clone [email protected]/brianzelip/concats.git

cd concats

npm install

npm run electron:serve

Build binaries

To build the executable binary for $PLATFORM, you must have Node.js v8.9 or above on $PLATFORM, and run:

git clone [email protected]/brianzelip/concats.git

cd concats

npm install

npm run electron:build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].