#include <internal/difflib.h>
#include <internal/string_tools.h>
#include <internal/uuid.h>
#include <iostream>
#include <iomanip>
#include <fstream>
#include "process.hpp"
#include "nlohmann/json.hpp"
|
void | strip_newline (std::string &s) |
|
std::string | run_command (std::string command) |
|
std::string | run_git_command (std::string command) |
|
std::string | diff_substr (const std::string &s, size_t i1, size_t i2, difflib::tag_t tag) |
|
void | compare_cell (const std::string &a_, const std::string &b_, const std::string &id) |
|
Cells | cnb_to_cells (std::istream &stream) |
|
void | cnb_diff (std::istream &a, std::istream &b) |
|
std::vector< std::string > | split_to_maxlength (std::string s, int maxlength) |
|
void | help () |
|
void | view (const char *fname) |
|
void | diff (const char *a, const char *b) |
|
void | gitdiff (const char *a, const char *b, const char *relpath) |
|
void | clean (const char *a) |
|
int | run (int argc, char **argv) |
|
int | main (int argc, char **argv) |
|
◆ Cells
◆ clean()
◆ cnb_diff()
◆ cnb_to_cells()
◆ compare_cell()
◆ diff()
◆ diff_substr()
◆ gitdiff()
◆ help()
◆ main()
◆ run()
◆ run_command()
◆ run_git_command()
◆ split_to_maxlength()
◆ strip_newline()
◆ view()
◆ colour_delete
◆ colour_delete_bg
◆ colour_info
◆ colour_insert
◆ colour_insert_bg
◆ colour_modified
◆ colour_reset
◆ git_path