Skip to content

colinkiama/modify-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modify-file

Basic Vala CSV database demo - Nothing fancy here.

Setup

For this program to work, you need to at least two files in the directory that you run the program in:

hits.csv

url,hits
$insert_string_here,$insert_number_here
$insert_string_here,$insert_number_here

Underneath "url,hits", each line should be a string followed by a comma (,) and a number.

pending-hits.csv

$insert_string_here
$insert_string_here
$insert_string_here

Each line needs to be a string.

Installation

In the root of the project run these commands in your terminal:

meson build -D prefix=/usr
ninja build -C install

Now you can run the program with this command:

modify-file

About

CSV Database demo - Nothing fancy here.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published