GithubHelp home page GithubHelp logo

kfranqueiro / electern Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 0.0 143 KB

A cross-platform Atom/RSS feed reader built using Electron and dgrid.

License: MIT License

JavaScript 87.61% HTML 6.29% SCSS 6.10%

electern's Introduction

Electern

Electern is an Atom/RSS feed reader built using Electron and dgrid.

Features

  • Organize feeds in nested folders
  • Import feeds from OPML (export not supported at this time)
  • Pin articles to store them indefinitely
  • Download individual articles as complete web pages to read offline (using icon in top right)
  • RegExp search within article titles and content
  • Configure how many articles to keep, how often to update, and whether to display images
    • Defaults can be configured globally (via Preferences), then overridden per-feed
  • Zip distributions support portable mode via --portable command-line flag
    • On Mac OS X, you can run open Electern.app --args --portable; user data will be saved under the Contents/MacOS folder within the app.

Build Instructions

Requirements

You will need bower installed globally (i.e. npm i -g bower).

Development

  1. Clone this repository
  2. npm i (which will in turn run bower install)
  3. npm start
  4. If you will be editing SCSS, also run npm run scss:watch

Release

It is possible to build for all platforms from OS X.

brew install fakeroot dpkg wine-stable to install prequisites

npm run make-all to build for all platforms under out subfolder

On other platforms, npm run make will build for the current platform only.

License

MIT

electern's People

Contributors

kfranqueiro avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

electern's Issues

sftp 上传文件网速较慢的问题

我上传一个jar包到云服务器上,一般情况下不会这么慢(使用termious时),但是使用 electern 网速明显下降,约 300 kb / s,但是非常稳定(点赞)。

请问是否有什么办法可以优化一下提高速度呢 ~

此致, 敬上 ~

Support portable option

This may not be feasible across all platforms, but I'm a big fan of having portable applications at least on Windows. Currently Electern is creating its data files within the userData folder as determined from Electron's app.getPath('userData').

Given that the app's code will be bundled into an asar for distribution, we'll likely need to determine the path to store files portably by determining the executable path, since otherwise it will default to attempting to store things within the asar, which isn't supported.

I'm also wondering whether it's feasible to redefine the userData folder for portability purposes, or whether it would already be too late by the time the code runs (i.e. files would already be created in the default userData location).

Support layout resizing

Currently the width of each section of the layout is purely dictated by a CSS style. Users should be able to resize the panes.

Tangentially, the size of the window should also be stored in userConfig so it can be automatically recalled on subsequent app restarts.

Support OPML export

Electern currently supports OPML import but not export. It should support both so that users can come and go between this and other RSS readers as they please.

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.