Giter Site home page Giter Site logo

vie's Introduction

vie

A lightweight, pure C, ncurses based command line text editor.

Features in development intend to target the development usecase

Purpose

  1. To practice and improve my ability to develop in a text-based environment by restricting myself to using only vim, git, make, gdb, lynx etc. Also to get more comfortable using Linux, specifically Arch Linux, for development.
  2. To better understand what goes into parsing code. I intend to learn about parsing and syntax trees to develop code highlighting, linting etc.
  3. To learn how to develop complex, console based applications
  4. To have an alternative editor choice to vim that satisfies my needs out of the box without having to spend serious time configuring and personalising vim/neovim.
  5. To improve my confidence and familiarity with C.

Success Requirments

  • Load and view a file: vie myfile
  • Navigable cursor
  • vim style basic navigation binds
    • 'g' home, ';' end, 'u' pgup, 'n' pgdwn
    • 'w', 'e', '$' (or equivalent)
  • vim style basic edit binds: x,r, ...
  • vim style insert mode
  • Line numbers
  • Project files explorer/selector
  • Syntax highlighting for basic languages/config schemas
  • Smart "execute" bind for select languages

View the devlog

vie's People

Contributors

ejenk0 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.